mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
vector-im/element-ios/issues/5190 - Fix crash when trying to scroll the people's tab to the top.
This commit is contained in:
committed by
Stefan Ceriu
parent
dc574ab0a6
commit
b5224706a6
@@ -2050,6 +2050,11 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
|
||||
|
||||
- (void)scrollToTheTopTheNextRoomWithMissedNotificationsInSection:(NSInteger)section
|
||||
{
|
||||
if (section < 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
UITableViewCell *firstVisibleCell;
|
||||
NSIndexPath *firstVisibleCellIndexPath;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user