feat: remove duplicated copyright (MESSENGER-6076)

This commit is contained in:
JanNiklas Grabowski
2024-08-20 15:55:29 +02:00
parent a3a9fc2c66
commit 7ddfa990cf
@@ -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];