Skip to content

Commit 3d23ec0

Browse files
committed
make spark names visible again without going into "more"
1 parent 663e83c commit 3d23ec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/pages/wallet_view/wallet_view.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,8 +1104,6 @@ class _WalletViewState extends ConsumerState<WalletView> {
11041104
icon: const BuyNavIcon(),
11051105
onTap: () => _onBuyPressed(context),
11061106
),
1107-
],
1108-
moreItems: <WalletNavigationBarItemData>[
11091107
if (wallet is SparkInterface)
11101108
WalletNavigationBarItemData(
11111109
label: "Names",
@@ -1117,6 +1115,8 @@ class _WalletViewState extends ConsumerState<WalletView> {
11171115
);
11181116
},
11191117
),
1118+
],
1119+
moreItems: <WalletNavigationBarItemData>[
11201120
if (wallet is SparkInterface)
11211121
WalletNavigationBarItemData(
11221122
label: "Show Spark View Key",

0 commit comments

Comments
 (0)