mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
Sync space order with web #5134
This commit is contained in:
@@ -184,7 +184,7 @@ final class SpaceListViewModel: SpaceListViewModelType {
|
||||
var index = 0
|
||||
for itemViewData in viewDataList {
|
||||
if itemViewData.spaceId == self.selectedItemId {
|
||||
newSelection = IndexPath(row: index, section: sections.count - 1)
|
||||
newSelection = IndexPath(row: index, section: spacesSectionIndex)
|
||||
}
|
||||
index += 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user