mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 10:34:32 +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(
|
||||
title: "Tokens",
|
||||
entities: filter(_searchTerm, tokenEntities),
|
||||
initialState: ExpandableState.collapsed,
|
||||
initialState: ExpandableState.expanded,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue