mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
vector-im/element-ios/issues/5190 - Fix crash when trying to scroll the people's tab to the top.
This commit is contained in:
committed by
Stefan Ceriu
parent
dc574ab0a6
commit
b5224706a6
@@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user