diff --git a/ios/Runner/AppDelegate.swift b/ios/Runner/AppDelegate.swift index 6d5f51aa3..ec95060d1 100644 --- a/ios/Runner/AppDelegate.swift +++ b/ios/Runner/AppDelegate.swift @@ -107,6 +107,7 @@ import UnstoppableDomainsResolution } override func applicationWillResignActive(_: UIApplication ) { + self.window?.rootViewController?.view.endEditing(true) self.window?.isHidden = true; }