Merge branch 'ismail/5092_thread_list' into ismail/5094_thread_links

This commit is contained in:
ismailgulek
2021-12-10 11:08:01 +03:00
767 changed files with 95048 additions and 1237 deletions
@@ -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;