mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 06:06:57 +02:00
Clear filter button
This commit is contained in:
@@ -46,9 +46,11 @@ enum UserOtherSessionsSection: Hashable, Identifiable {
|
||||
}
|
||||
|
||||
case sessionItems(header: UserOtherSessionsHeaderViewData, items: [UserSessionListItemViewData])
|
||||
case emptySessionItems(header: UserOtherSessionsHeaderViewData, title: String)
|
||||
}
|
||||
|
||||
enum UserOtherSessionsViewAction {
|
||||
case userOtherSessionSelected(sessionId: String)
|
||||
case filerWasChanged
|
||||
case clearFilter
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user