diff --git a/Session/Shared/BaseVC.swift b/Session/Shared/BaseVC.swift index ff53996b3..75800f7b3 100644 --- a/Session/Shared/BaseVC.swift +++ b/Session/Shared/BaseVC.swift @@ -90,7 +90,7 @@ class BaseVC : UIViewController { } override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) { - NotificationCenter.default.post(name: .appModeChanged, object: nil) + // NotificationCenter.default.post(name: .appModeChanged, object: nil) } @objc internal func handleAppModeChangedNotification(_ notification: Notification) {