#429: The room privacy setting text doesn't fit in phone mode

Forgot one cell
This commit is contained in:
manuroe
2016-07-25 16:28:13 +02:00
parent 35c8098116
commit b1e72d1e7f
@@ -1788,6 +1788,7 @@ NSString *const kRoomSettingsAdvancedCellViewIdentifier = @"kRoomSettingsAdvance
cell.textLabel.font = [UIFont systemFontOfSize:17];
cell.textLabel.textColor = kVectorColorPinkRed;
cell.textLabel.numberOfLines = 0;
cell.accessoryView = nil;
cell.accessoryType = UITableViewCellAccessoryNone;
cell.selectionStyle = UITableViewCellSelectionStyleNone;