Add timer

This commit is contained in:
Christian Basler
2025-02-27 20:15:28 +01:00
committed by Christian Basler
parent 7b8d5cb244
commit f9dc62d148
8 changed files with 128 additions and 20 deletions

View File

@@ -19,7 +19,7 @@ class MainActivity : ComponentActivity() {
topBar = {
}
) {insets ->
) { insets ->
App(modifier = Modifier.padding(insets))
}
}
@@ -30,4 +30,4 @@ class MainActivity : ComponentActivity() {
@Composable
fun AppAndroidPreview() {
App()
}
}