RecentListDataSource: report MXKPublicRoomTableViewCell change.

The 'focused' property has been renamed.
This commit is contained in:
giomfo
2015-10-22 13:08:15 +02:00
parent aedec3aecc
commit 43070f2098
+1 -1
View File
@@ -617,7 +617,7 @@
{
[publicRoomCell render:publicRoom];
// Highlight?
publicRoomCell.focused = (publicRoomCell.roomDisplayName.text && [highlightedPublicRooms indexOfObject:publicRoomCell.roomDisplayName.text] != NSNotFound);
publicRoomCell.highlightedPublicRoom = (publicRoomCell.roomDisplayName.text && [highlightedPublicRooms indexOfObject:publicRoomCell.roomDisplayName.text] != NSNotFound);
}
cell = publicRoomCell;