vector-im/element-ios/issues/5190 - Fix crash when trying to scroll the people's tab to the top.

This commit is contained in:
Stefan Ceriu
2021-12-08 13:17:49 +02:00
committed by Stefan Ceriu
parent dc574ab0a6
commit b5224706a6
3 changed files with 7 additions and 1 deletions
@@ -2050,6 +2050,11 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
- (void)scrollToTheTopTheNextRoomWithMissedNotificationsInSection:(NSInteger)section
{
if (section < 0)
{
return;
}
UITableViewCell *firstVisibleCell;
NSIndexPath *firstVisibleCellIndexPath;