probably fix the theme not being correct issue

pull/531/head
Ryan Zhao 3 years ago
parent a6df6504c8
commit 10aa3c7fee

@ -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) {

Loading…
Cancel
Save