mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 11:39:22 +00:00
Dismiss ios keyboard before app goes to background (#911)
This commit is contained in:
parent
b2c603a47b
commit
0a35e5c3e1
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ import UnstoppableDomainsResolution
|
|||
}
|
||||
|
||||
override func applicationWillResignActive(_: UIApplication ) {
|
||||
self.window?.rootViewController?.view.endEditing(true)
|
||||
self.window?.isHidden = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue