|
|
@ -90,7 +90,9 @@ class BaseVC : UIViewController {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
|
|
|
|
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
|
|
|
|
NotificationCenter.default.post(name: .appModeChanged, object: nil)
|
|
|
|
if LKAppModeUtilities.isSystemDefault {
|
|
|
|
|
|
|
|
NotificationCenter.default.post(name: .appModeChanged, object: nil)
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@objc internal func handleAppModeChangedNotification(_ notification: Notification) {
|
|
|
|
@objc internal func handleAppModeChangedNotification(_ notification: Notification) {
|
|
|
|