Bug Fix - Home: tapping on an unread room on home page takes you to the wrong room

#1304
This commit is contained in:
Giom Foret
2017-06-22 14:40:11 +02:00
parent 409de2d034
commit 86e97eb2a2
2 changed files with 9 additions and 4 deletions
+5 -2
View File
@@ -54,8 +54,6 @@
- (void)layoutSubviews
{
[super layoutSubviews];
}
- (void)render:(MXKCellData *)cellData
@@ -137,6 +135,11 @@
}
}
- (MXKCellData*)renderedCellData
{
return roomCellData;
}
+ (CGFloat)heightForCellData:(MXKCellData *)cellData withMaximumWidth:(CGFloat)maxWidth
{
// The height is fixed