adjust time

This commit is contained in:
Matthew Fosse 2024-05-16 11:42:38 -07:00
parent 08276161ac
commit 7f7904bb99

View file

@ -282,7 +282,7 @@ class _WalletSeedPageBodyState extends State<WalletSeedPageBody> {
if (open) {
await setupPasswordManager();
await Future.delayed(Duration(milliseconds: 400));
await Future.delayed(Duration(milliseconds: 300));
TextInput.finishAutofillContext();
}
},