mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
RecentListDataSource: report MXKPublicRoomTableViewCell change.
The 'focused' property has been renamed.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user