mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
SettingsViewController: add accessibility identifiers
This commit is contained in:
@@ -1552,7 +1552,7 @@ typedef void (^blockSettingsViewController_onReadyToDestroy)();
|
||||
|
||||
configCell.textLabel.text =[NSString stringWithFormat:configFormat, account.mxCredentials.userId, account.mxCredentials.homeServer, account.identityServerURL];
|
||||
configCell.textLabel.numberOfLines = 0;
|
||||
|
||||
configCell.textLabel.accessibilityIdentifier=@"SettingsVCConfigStaticText";
|
||||
configCell.selectionStyle = UITableViewCellSelectionStyleNone;
|
||||
|
||||
cell = configCell;
|
||||
|
||||
Reference in New Issue
Block a user