mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-24 12:39:37 +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) {
|
||||
await setupPasswordManager();
|
||||
await Future.delayed(Duration(milliseconds: 200));
|
||||
await Future.delayed(Duration(milliseconds: 400));
|
||||
TextInput.finishAutofillContext();
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue