Update after review

This commit is contained in:
Gil Eluard
2021-04-08 15:19:02 +02:00
parent 4398a7d515
commit 1aa20c462d
5 changed files with 44 additions and 38 deletions
@@ -27,6 +27,7 @@
#import "MXRoom+Riot.h"
const CGFloat kTypingCellHeight = 24;
@interface RoomDataSource() <BubbleReactionsViewModelDelegate>
{
@@ -191,7 +192,7 @@
{
if (index == self.typingCellIndex)
{
return 24;
return kTypingCellHeight;
}
return [super cellHeightAtIndex:index withMaximumWidth:maxWidth];