mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 09:47:35 +00:00
Fix grey screen for new account for monero.com app
This commit is contained in:
parent
7fc50cde46
commit
57a5a8b01a
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ Future setup(
|
|||
AccountListItem, void>(
|
||||
(AccountListItem account, _) => MoneroAccountEditOrCreateViewModel(
|
||||
monero.getAccountList(getIt.get<AppStore>().wallet),
|
||||
haven.getAccountList(getIt.get<AppStore>().wallet),
|
||||
haven?.getAccountList(getIt.get<AppStore>().wallet),
|
||||
wallet: getIt.get<AppStore>().wallet,
|
||||
accountListItem: account));
|
||||
|
||||
|
|
Loading…
Reference in a new issue