chore: füge Navigation zum Veranstalter-Wizard hinzu, erweitere Mock-Daten und verbessere Veranstaltungs-Flow
Signed-off-by: StefanMoCoAt <stefan.mo.co@gmail.com>
This commit is contained in:
+2
-1
@@ -240,7 +240,8 @@ fun DesktopContentArea(
|
||||
at.mocode.veranstaltung.feature.presentation.VeranstaltungWizardScreen(
|
||||
viewModel = viewModel,
|
||||
onBack = onBack,
|
||||
onFinish = { onBack() }
|
||||
onFinish = { onBack() },
|
||||
onNavigateToVeranstalterNeu = { onNavigate(AppScreen.VeranstalterNeu) }
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user