mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
section to drop fix
This commit is contained in:
@@ -434,7 +434,7 @@ class ReverseListSectionModel: ObservableObject {
|
||||
itemSection = itemSection.mapValues { section in
|
||||
section == sectionToDrop ? targetSection : section
|
||||
}
|
||||
sections.remove(targetSection)
|
||||
sections.remove(sectionToDrop)
|
||||
}
|
||||
|
||||
reversedPage.forEach { ci in
|
||||
|
||||
Reference in New Issue
Block a user