mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
MESSENGER Patch from bwMessenger 1.22 Release
This commit is contained in:
@@ -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)];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user