Update startup progress UX

This commit is contained in:
Andy Uhnak
2023-03-08 16:15:14 +00:00
parent c565106fc9
commit 02413968e0
18 changed files with 51 additions and 144 deletions

View File

@@ -38,7 +38,7 @@ class MXNotificationSettingsService: NotificationSettingsServiceType {
let rulesUpdated = NotificationCenter.default.publisher(for: NSNotification.Name(rawValue: kMXNotificationCenterDidUpdateRules))
// Set initial value of the content rules
if let contentRules = session.notificationCenter.rules.global.content as? [MXPushRule] {
if let contentRules = session.notificationCenter.rules?.global.content as? [MXPushRule] {
self.contentRules = contentRules
}