Crash in [RoomViewController setScrollToBottomHidden:]

This commit is contained in:
Gil Eluard
2021-04-28 16:00:19 +02:00
parent 05ea53aacc
commit c46935d19e
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -1355,8 +1355,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
if (roomDataSource.currentTypingUsers && !roomDataSource.currentTypingUsers.count)
{
[roomDataSource resetTypingNotification];
NSInteger count = [self.bubblesTableView numberOfRowsInSection:0];
[self.bubblesTableView deleteRowsAtIndexPaths:@[[NSIndexPath indexPathForRow:count - 1 inSection:0]] withRowAnimation:UITableViewRowAnimationNone];
[self.bubblesTableView reloadData];
}
}