Merge branch 'develop' into voip_design_updates

This commit is contained in:
ismailgulek
2021-04-29 10:50:04 +03:00
5 changed files with 13 additions and 10 deletions
+1 -2
View File
@@ -1384,8 +1384,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];
}
}