mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 18:44:31 +00:00
expand tokens by default on desktop
This commit is contained in:
parent
06dba00dbd
commit
85e7c6d820
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,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,
|
||||||
trailing: AddCustomTokenSelector(
|
trailing: AddCustomTokenSelector(
|
||||||
addFunction: _addToken,
|
addFunction: _addToken,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue