Feature/3124 release preparation

This commit is contained in:
Frank Rotermund
2022-06-08 13:04:21 +00:00
parent c802e166cf
commit 7a88addbd7
15 changed files with 184 additions and 22 deletions
+1 -1
View File
@@ -139,7 +139,7 @@
// Check whether the recents data source is correctly configured.
if (recentsDataSource.recentsDataSourceMode == RecentsDataSourceModeRooms)
{
[self scrollToTheTopTheNextRoomWithMissedNotificationsInSection:[recentsDataSource.sections sectionTypeForSectionIndex:RecentsDataSourceSectionTypeConversation]];
[self scrollToTheTopTheNextRoomWithMissedNotificationsInSection:[recentsDataSource.sections sectionIndexForSectionType:RecentsDataSourceSectionTypeConversation]];
}
}