We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e13c3 commit 19598e4Copy full SHA for 19598e4
apps/mobile-app/src/main/kotlin/dev/marlonlom/apps/cappajv/features/catalog_list/CatalogListContent.kt
@@ -43,7 +43,7 @@ fun CatalogListContent(
43
onCatalogItemSelected: (Long) -> Unit,
44
) {
45
when {
46
- appState.isLandscape.and(appState.devicePosture == DevicePosture.Normal) -> {
+ appState.isLandscape.and(appState.devicePosture == DevicePosture.Normal).and(appState.isCompactHeight) -> {
47
LandscapeCompactCatalogListScreen(
48
appState = appState,
49
catalogItemsListState = catalogItemsListState,
0 commit comments