mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Merge branch 'ismail/5092_thread_list' into ismail/5094_thread_links
This commit is contained in:
@@ -24,8 +24,6 @@
|
||||
|
||||
#import "MXRoom+Riot.h"
|
||||
|
||||
#import <MatrixKit/MatrixKit.h>
|
||||
|
||||
#import "RoomViewController.h"
|
||||
|
||||
#import "InviteRecentTableViewCell.h"
|
||||
@@ -2053,6 +2051,11 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
|
||||
|
||||
- (void)scrollToTheTopTheNextRoomWithMissedNotificationsInSection:(NSInteger)section
|
||||
{
|
||||
if (section < 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
UITableViewCell *firstVisibleCell;
|
||||
NSIndexPath *firstVisibleCellIndexPath;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user