mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Merge branch 'feature/5433_foss_merge' into develop
This commit is contained in:
@@ -415,6 +415,11 @@ SSOAuthenticationPresenterDelegate>
|
||||
self.screenTracker = [[AnalyticsScreenTracker alloc] initWithScreen:AnalyticsScreenSettings];
|
||||
}
|
||||
|
||||
- (void)dealloc {
|
||||
// Fix for destroy not being called
|
||||
[self destroy];
|
||||
}
|
||||
|
||||
- (void)updateSections
|
||||
{
|
||||
NSMutableArray<Section*> *tmpSections = [NSMutableArray arrayWithCapacity:SECTION_TAG_DEVELOPER + 1];
|
||||
|
||||
Reference in New Issue
Block a user