mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Fix alert presentation
This commit is contained in:
@@ -22,7 +22,7 @@ enum PollHistoryConstants {
|
||||
}
|
||||
|
||||
enum PollHistoryViewModelResult: Equatable {
|
||||
case genericError
|
||||
|
||||
}
|
||||
|
||||
// MARK: View
|
||||
@@ -34,6 +34,7 @@ enum PollHistoryMode: CaseIterable {
|
||||
|
||||
struct PollHistoryViewBindings {
|
||||
var mode: PollHistoryMode
|
||||
var alertInfo: AlertInfo<Bool>?
|
||||
}
|
||||
|
||||
struct PollHistoryViewState: BindableState {
|
||||
|
||||
Reference in New Issue
Block a user