mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-12 05:44:56 +00:00
works
This commit is contained in:
parent
49f45e0dea
commit
336c1fff5f
1 changed files with 1 additions and 0 deletions
|
@ -282,6 +282,7 @@ class _WalletSeedPageBodyState extends State<WalletSeedPageBody> {
|
||||||
|
|
||||||
if (open) {
|
if (open) {
|
||||||
await setupPasswordManager();
|
await setupPasswordManager();
|
||||||
|
await Future.delayed(Duration(milliseconds: 200));
|
||||||
TextInput.finishAutofillContext();
|
TextInput.finishAutofillContext();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue