mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-24 20:49:28 +00:00
increase delay
This commit is contained in:
parent
4dc401a100
commit
08276161ac
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ class _WalletSeedPageBodyState extends State<WalletSeedPageBody> {
|
||||||
|
|
||||||
if (open) {
|
if (open) {
|
||||||
await setupPasswordManager();
|
await setupPasswordManager();
|
||||||
await Future.delayed(Duration(milliseconds: 200));
|
await Future.delayed(Duration(milliseconds: 400));
|
||||||
TextInput.finishAutofillContext();
|
TextInput.finishAutofillContext();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue