mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
refactor completed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user