expand tokens by default on desktop

This commit is contained in:
julian 2023-03-31 10:35:10 -06:00
parent 06dba00dbd
commit 85e7c6d820

View file

@ -255,7 +255,7 @@ class _AddWalletViewState extends ConsumerState<AddWalletView> {
ExpandingSubListItem(
title: "Tokens",
entities: filter(_searchTerm, tokenEntities),
initialState: ExpandableState.collapsed,
initialState: ExpandableState.expanded,
trailing: AddCustomTokenSelector(
addFunction: _addToken,
),