mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Update after review
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user