SettingsViewController: add accessibility identifiers

This commit is contained in:
jeangb
2017-04-06 18:16:49 +02:00
parent 98b0c87ea7
commit faea1fc15a
+1 -1
View File
@@ -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;