mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +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;
|
||||
if (open) {
|
||||
await setupPasswordManager();
|
||||
await Future.delayed(Duration(milliseconds: 300));
|
||||
await Future.delayed(Duration(milliseconds: 500));
|
||||
TextInput.finishAutofillContext();
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue