Fix develop

This commit is contained in:
Andy Uhnak
2023-01-31 16:29:17 +00:00
parent 7352cd479c
commit c2ace3e350
3 changed files with 3 additions and 3 deletions
@@ -193,7 +193,7 @@
MXPushRule *pushRule = [_mxAccount.mxSession.notificationCenter ruleById:kMXNotificationCenterDisableAllNotificationsRuleID];
if (pushRule)
{
[_mxAccount.mxSession.notificationCenter enableRule:pushRule isEnabled:!areAllDisabled];
[_mxAccount.mxSession.notificationCenter enableRule:pushRule isEnabled:!areAllDisabled completion:nil];
}
}
}