MESSENGER Patch from bwMessenger 1.22 Release

This commit is contained in:
Frank Rotermund
2022-07-25 08:24:31 +02:00
parent ac75576ca7
commit 42b593e077
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)];
}