Fix keyboard

This commit is contained in:
Peter
2019-10-03 16:37:13 +04:00
parent ba3d2a2430
commit d27fb1fdce
22 changed files with 166 additions and 45 deletions

View File

@@ -30,6 +30,8 @@ public final class LanguageLinkPreviewController: ViewController {
self.presentationData = context.sharedContext.currentPresentationData.with { $0 }
super.init(navigationBarPresentationData: nil)
self.statusBar.statusBarStyle = .Ignore
}
required public init(coder aDecoder: NSCoder) {
@@ -85,8 +87,6 @@ public final class LanguageLinkPreviewController: ViewController {
override public func loadView() {
super.loadView()
self.statusBar.removeFromSupernode()
}
override public func viewDidAppear(_ animated: Bool) {