MESSENGER Patch from bwMessenger 1.22 Release

This commit is contained in:
Frank Rotermund
2022-07-25 08:24:31 +02:00
parent 6478d77fe4
commit e38ea287d3
9 changed files with 60 additions and 37 deletions
@@ -276,7 +276,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
{
[super viewWillAppear:animated];
isViewVisible = YES;
[self.screenTracker trackScreen];
// Reset back user interactions
@@ -2722,7 +2722,6 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
{
return nil;
}
self.recentsUpdateEnabled = NO;
return [self.contextMenuProvider contextMenuConfigurationWith:cellData from:cell session:self.dataSource.mxSession];
}