mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
SettingsViewController : Call Destroy on dealloc to release all observers
Signed-off-by: Nicolas Buquet <nbuquet@buquet-net.com>
This commit is contained in:
@@ -347,6 +347,9 @@ SSOAuthenticationPresenterDelegate>
|
||||
[[NSNotificationCenter defaultCenter] removeObserver:pushInfoUpdateObserver name:kMXKAccountAPNSActivityDidChangeNotification object:nil];
|
||||
pushInfoUpdateObserver = nil;
|
||||
}
|
||||
|
||||
// Fix for destroy not being called
|
||||
[self destroy];
|
||||
}
|
||||
|
||||
- (void)updateSections
|
||||
|
||||
Reference in New Issue
Block a user