Merge commit 'a706852dfc2fc8b2afed8482601552149a7ca5b8'

This commit is contained in:
Peter
2019-08-29 15:37:41 +04:00
74 changed files with 3687 additions and 3092 deletions

View File

@@ -105,7 +105,7 @@ private final class ContextControllerNode: ViewControllerTracingNode, UIScrollVi
self.effectView = UIVisualEffectView()
if #available(iOS 9.0, *) {
} else {
if theme.chatList.searchBarKeyboardColor == .dark {
if theme.rootController.keyboardColor == .dark {
self.effectView.effect = UIBlurEffect(style: .dark)
} else {
self.effectView.effect = UIBlurEffect(style: .light)