mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
hidden mode for balance on send screen (#344)
This commit is contained in:
parent
1874d7b2de
commit
2e17c59a00
2 changed files with 5 additions and 1 deletions
|
@ -339,6 +339,7 @@ Future setup(
|
|||
getIt.get<AppStore>().settingsStore,
|
||||
getIt.get<SendTemplateViewModel>(),
|
||||
getIt.get<FiatConversionStore>(),
|
||||
getIt.get<BalanceViewModel>(),
|
||||
_transactionDescriptionBox));
|
||||
|
||||
getIt.registerFactory(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue