mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-08 20:09:24 +00:00
bump delay to 500ms
This commit is contained in:
parent
fec945e9f7
commit
563e5c7e8b
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ class _WalletSeedPageBodyState extends State<WalletSeedPageBody> {
|
||||||
false;
|
false;
|
||||||
if (open) {
|
if (open) {
|
||||||
await setupPasswordManager();
|
await setupPasswordManager();
|
||||||
await Future.delayed(Duration(milliseconds: 300));
|
await Future.delayed(Duration(milliseconds: 500));
|
||||||
TextInput.finishAutofillContext();
|
TextInput.finishAutofillContext();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue