Merge branch 'voip_design_updates' into voip_jitsi_remover

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