vector-im/element-ios/issues/5190 - Fix crash when trying to scroll the people's tab to the top.

This commit is contained in:
Stefan Ceriu
2021-12-08 13:17:49 +02:00
committed by Stefan Ceriu
parent dc574ab0a6
commit b5224706a6
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -140,7 +140,7 @@
// Check whether the recents data source is correctly configured.
if (recentsDataSource.recentsDataSourceMode == RecentsDataSourceModePeople)
{
[self scrollToTheTopTheNextRoomWithMissedNotificationsInSection:recentsDataSource.conversationSection];
[self scrollToTheTopTheNextRoomWithMissedNotificationsInSection:recentsDataSource.peopleSection];
}
}