mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-20 14:19:07 +00:00
expand tokens by default
This commit is contained in:
parent
5da5e2c517
commit
00ccb41a8c
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ class _AddWalletViewState extends ConsumerState<AddWalletView> {
|
||||||
ExpandingSubListItem(
|
ExpandingSubListItem(
|
||||||
title: "Tokens",
|
title: "Tokens",
|
||||||
entities: filter(_searchTerm, tokenEntities),
|
entities: filter(_searchTerm, tokenEntities),
|
||||||
initialState: ExpandableState.collapsed,
|
initialState: ExpandableState.expanded,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue