mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
- Fixed - Other minor code / UI tweaks
This commit is contained in:
@@ -38,7 +38,7 @@ enum MockMatrixItemChooserScreenState: MockScreenState, CaseIterable {
|
||||
let service: MockMatrixItemChooserService
|
||||
switch self {
|
||||
case .noItems:
|
||||
service = MockMatrixItemChooserService(type: .room, sections: [MatrixListItemSectionData(title: nil, infoText: nil, items: [])])
|
||||
service = MockMatrixItemChooserService(type: .room, sections: [MatrixListItemSectionData()])
|
||||
case .items:
|
||||
service = MockMatrixItemChooserService()
|
||||
case .selectedItems:
|
||||
|
||||
Reference in New Issue
Block a user