refactor completed

This commit is contained in:
Mauro Romito
2023-03-06 14:59:03 +01:00
parent 72bbf08dc3
commit fc1c22c08c
49 changed files with 72 additions and 72 deletions
@@ -367,7 +367,7 @@
if (userPowerLevel >= [powerLevels minimumPowerLevelForSendingEventAsStateEvent:kMXEventTypeStringRoomName])
{
// Only the room name is edited here, update the text field with the room name
textField.text = self.mxRoom.summary.displayname;
textField.text = self.mxRoom.summary.displayName;
textField.backgroundColor = [UIColor whiteColor];
}
else