mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
MESSENGER-4646 fix missing matomo button
This commit is contained in:
@@ -328,7 +328,7 @@ TableViewSectionsDelegate>
|
||||
[sections addObject:pinCodeSection];
|
||||
|
||||
// BWI: if tracking is enabled show switch to turn it on/off
|
||||
if ([BWIAnalytics.sharedTracker isEnabled]) {
|
||||
if (BWIBuildSettings.shared.bwiMatomoEnabled) {
|
||||
Section *analyticsSection = [Section sectionWithTag:SECTION_ANALYTICS];
|
||||
[analyticsSection addRowWithTag:ANALYTICS_ENABLED];
|
||||
analyticsSection.headerTitle = BWIL10n.bwiSettingsAnalyticsSectionHeader;
|
||||
|
||||
Reference in New Issue
Block a user