release/2.0 #21

Merged
fabian merged 137 commits from release/2.0 into master 2023-01-28 23:29:27 +01:00
Showing only changes of commit c71b608a7b - Show all commits

View File

@@ -49,7 +49,7 @@ fun Landscape(viewModel: ICounterViewModel) {
Modifier.weight(1f)
)
}
if (!viewModel.keyboardHidden) {
Column(Modifier.weight(1f)) {
KeyboardView(
viewModel.currentScoreA,
@@ -68,6 +68,7 @@ fun Landscape(viewModel: ICounterViewModel) {
}
}
}
}
@Composable
fun Portrait(viewModel: ICounterViewModel) {