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) Modifier.weight(1f)
) )
} }
if (!viewModel.keyboardHidden) {
Column(Modifier.weight(1f)) { Column(Modifier.weight(1f)) {
KeyboardView( KeyboardView(
viewModel.currentScoreA, viewModel.currentScoreA,
@@ -67,6 +67,7 @@ fun Landscape(viewModel: ICounterViewModel) {
{ viewModel.swapInputScores() }) { viewModel.swapInputScores() })
} }
} }
}
} }
@Composable @Composable