mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Feature/4382 performance send message
This commit is contained in:
@@ -332,6 +332,7 @@ TableViewSectionsDelegate>
|
||||
Section *analyticsSection = [Section sectionWithTag:SECTION_ANALYTICS];
|
||||
[analyticsSection addRowWithTag:ANALYTICS_ENABLED];
|
||||
analyticsSection.headerTitle = BWIL10n.bwiSettingsAnalyticsSectionHeader;
|
||||
analyticsSection.footerTitle = BWIL10n.bwiSettingsAnalyticsSectionFooter;
|
||||
[sections addObject:analyticsSection];
|
||||
}
|
||||
|
||||
@@ -1306,7 +1307,7 @@ TableViewSectionsDelegate>
|
||||
if (rowTag == ANALYTICS_ENABLED) {
|
||||
MXKTableViewCellWithLabelAndSwitch* labelAndSwitchCell = [self getLabelAndSwitchCell:tableView forIndexPath:indexPath];
|
||||
|
||||
labelAndSwitchCell.mxkLabel.text = BWIL10n.matomoSettingsSendDiagnosticData;
|
||||
labelAndSwitchCell.mxkLabel.text = BWIL10n.bwiSettingsAnalyticsSwitchText;
|
||||
labelAndSwitchCell.mxkSwitch.on = BWIAnalytics.sharedTracker.running;
|
||||
labelAndSwitchCell.mxkSwitch.onTintColor = ThemeService.shared.theme.tintColor;
|
||||
labelAndSwitchCell.mxkSwitch.enabled = YES;
|
||||
|
||||
Reference in New Issue
Block a user