Skip to content
Snippets Groups Projects
Commit 7f97dccb authored by Jonas Broeckmann's avatar Jonas Broeckmann
Browse files

Fixed a crash

parent 7a70ae93
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,10 @@ import cafe.adriel.voyager.navigator.Navigator
import cafe.adriel.voyager.navigator.currentOrThrow
import net.novagamestudios.kaffeekasse.ui.util.navigation.BackNavigationHandler
import net.novagamestudios.kaffeekasse.ui.util.screenmodel.ScreenModelProvider
import java.io.Serializable
abstract class ScaffoldContent {
abstract class ScaffoldContent : Serializable {
@Composable
abstract fun Content(navigator: Navigator)
@Composable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment