mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 17:40:43 +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 ) {
|
override func applicationWillResignActive(_: UIApplication ) {
|
||||||
|
self.window?.rootViewController?.view.endEditing(true)
|
||||||
self.window?.isHidden = true;
|
self.window?.isHidden = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue