mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Fix develop
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
if (sender == _controlButton)
|
||||
{
|
||||
// Swap enable state
|
||||
[_mxSession.notificationCenter enableRule:_mxPushRule isEnabled:!_mxPushRule.enabled];
|
||||
[_mxSession.notificationCenter enableRule:_mxPushRule isEnabled:!_mxPushRule.enabled completion:nil];
|
||||
}
|
||||
else if (sender == _deleteButton)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user