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