bump delay to 500ms

This commit is contained in:
Matthew Fosse 2024-05-24 09:37:10 -07:00
parent fec945e9f7
commit 563e5c7e8b

View file

@ -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();
}
},