mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
expand coin selection on add wallet screen quicker
This commit is contained in:
parent
8d9dec9661
commit
b667514662
1 changed files with 2 additions and 0 deletions
|
@ -265,11 +265,13 @@ class _AddWalletViewState extends ConsumerState<AddWalletView> {
|
|||
title: "Coins",
|
||||
entities: filter(_searchTerm, coinEntities),
|
||||
initialState: ExpandableState.expanded,
|
||||
animationDurationMultiplier: 0.5,
|
||||
),
|
||||
ExpandingSubListItem(
|
||||
title: "Tokens",
|
||||
entities: filter(_searchTerm, tokenEntities),
|
||||
initialState: ExpandableState.expanded,
|
||||
animationDurationMultiplier: 0.5,
|
||||
trailing: AddCustomTokenSelector(
|
||||
addFunction: _addToken,
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue