mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
view is created and responsive, I need now to implement the result processing of the actions
This commit is contained in:
+2
-2
@@ -22,7 +22,7 @@ enum MockComposerLinkActionScreenState: MockScreenState, CaseIterable {
|
||||
case create
|
||||
|
||||
var screenType: Any.Type {
|
||||
ComposerLinkActionView.self
|
||||
ComposerLinkAction.self
|
||||
}
|
||||
|
||||
var screenView: ([Any], AnyView) {
|
||||
@@ -37,7 +37,7 @@ enum MockComposerLinkActionScreenState: MockScreenState, CaseIterable {
|
||||
}
|
||||
return (
|
||||
[viewModel],
|
||||
AnyView(ComposerLinkActionView(viewModel: viewModel.context))
|
||||
AnyView(ComposerLinkAction(viewModel: viewModel.context))
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user