mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
Made StateStoreViewModel state mutable and removed the reducer for all the features using it.
This commit is contained in:
committed by
Stefan Ceriu
parent
88f39336b5
commit
b24d7725ec
@@ -47,10 +47,6 @@ extension TemplateSimpleScreenPromptType: Identifiable, CaseIterable {
|
||||
|
||||
// MARK: View model
|
||||
|
||||
enum TemplateSimpleScreenStateAction {
|
||||
case viewAction(TemplateSimpleScreenViewAction)
|
||||
}
|
||||
|
||||
enum TemplateSimpleScreenViewModelResult {
|
||||
case accept
|
||||
case cancel
|
||||
|
||||
Reference in New Issue
Block a user