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
@@ -194,7 +194,7 @@ NSString *const kRecentsDataSourceTapOnDirectoryServerChange = @"kRecentsDataSou
[types addObject:@(RecentsDataSourceSectionTypeInvites)];
}
if (self.favoriteCellDataArray.count > 0)
if (self.favoriteCellDataArray.count > 0 || _recentsDataSourceMode == RecentsDataSourceModeFavourites)
{
[types addObject:@(RecentsDataSourceSectionTypeFavorites)];
}