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
+1 -1
View File
@@ -141,7 +141,7 @@
{
for (NSString* pattern in patternsList)
{
if (cellData.roomSummary.displayname && [cellData.roomSummary.displayname rangeOfString:pattern options:NSCaseInsensitiveSearch].location != NSNotFound)
if (cellData.roomSummary.displayName && [cellData.roomSummary.displayName rangeOfString:pattern options:NSCaseInsensitiveSearch].location != NSNotFound)
{
[self.visibleRoomCellDatas addObject:cellData];
break;