This commit is contained in:
Matthew Fosse 2024-05-16 10:08:19 -07:00
parent 49f45e0dea
commit 336c1fff5f

View file

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