mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
feat: remove duplicated copyright (MESSENGER-6076)
This commit is contained in:
@@ -2946,16 +2946,7 @@ SSOAuthenticationPresenterDelegate>
|
||||
|
||||
cell = termAndConditionCell;
|
||||
}
|
||||
else if (row == ABOUT_COPYRIGHT_INDEX)
|
||||
{
|
||||
MXKTableViewCell *copyrightCell = [self getDefaultTableViewCell:tableView];
|
||||
|
||||
copyrightCell.textLabel.text = [BWIL10n settingsCopyright];
|
||||
|
||||
[copyrightCell vc_setAccessoryDisclosureIndicatorWithCurrentTheme];
|
||||
|
||||
cell = copyrightCell;
|
||||
}
|
||||
else if (row == ABOUT_PRIVACY_INDEX)
|
||||
{
|
||||
MXKTableViewCell *privacyPolicyCell = [self getDefaultTableViewCell:tableView];
|
||||
|
||||
Reference in New Issue
Block a user