Merge branch 'feature/5433_foss_merge' into develop

This commit is contained in:
Frank Rotermund
2024-01-04 15:19:03 +01:00
23 changed files with 418 additions and 148 deletions
@@ -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];