mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
- Fixed - Other minor code / UI tweaks
This commit is contained in:
+1
-1
@@ -136,7 +136,7 @@ class MatrixItemChooserService: MatrixItemChooserServiceProtocol {
|
||||
itemsProcessor.isItemIncluded($0) && ($0.id.lowercased().contains(lowercasedSearchText) || ($0.displayName ?? "").lowercased().contains(lowercasedSearchText))
|
||||
}
|
||||
}
|
||||
newSections.append(MatrixListItemSectionData(title: section.title, infoText: section.infoText, items: items))
|
||||
newSections.append(MatrixListItemSectionData(id: section.id, title: section.title, infoText: section.infoText, items: items))
|
||||
}
|
||||
|
||||
return newSections
|
||||
|
||||
Reference in New Issue
Block a user