MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.main.ui/RootContent

RootContent

[jvm]\

@Composable

fun RootContent(component: RootComponent, modifier: Modifier = Modifier, onExitApplication: () -> Unit = {})

Root UI content of the application. This contains the logic that routes either towards the intro (welcome) screen or towards the list of projects.

Parameters

jvm

   
component component
modifier compose modifier
onExitApplication application exit callback