mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 21:56:58 +02:00
Update PublicRoomsDirectoryDataSource.m
Public rooms search: Removed obsolete dev TODO
This commit is contained in:
@@ -193,7 +193,6 @@ double const kPublicRoomsDirectoryDataExpiration = 10;
|
||||
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
|
||||
{
|
||||
// For now reuse MatrixKit cells
|
||||
// TODO: use custom cells and manage a mechanism a la MatrixKit with cellData
|
||||
PublicRoomTableViewCell *publicRoomCell = [tableView dequeueReusableCellWithIdentifier:[PublicRoomTableViewCell defaultReuseIdentifier]];
|
||||
if (!publicRoomCell)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user