File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed
src/main/kotlin/dev/marlonlom/apps/cappajv/features/catalog_list
features/core/catalog-source/src/main/resources Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ android {
52
52
53
53
}
54
54
composeOptions {
55
- kotlinCompilerExtensionVersion = libs.versions.kotlin.compose.compiler .get()
55
+ kotlinCompilerExtensionVersion = libs.versions.kotlinComposeCompiler .get()
56
56
}
57
57
packaging {
58
58
resources {
Original file line number Diff line number Diff line change @@ -43,6 +43,12 @@ fun CatalogListContent(
43
43
onCatalogItemSelected : (Long ) -> Unit ,
44
44
) {
45
45
when {
46
+
47
+ (appState.devicePosture is DevicePosture .Separating .Book ).and (appState.isCompactHeight.not ())
48
+ .and (appState.isLandscape.not ()) -> {
49
+
50
+ }
51
+
46
52
appState.isLandscape.and (appState.devicePosture == DevicePosture .Normal ).and (appState.isCompactHeight) -> {
47
53
LandscapeCompactCatalogListScreen (
48
54
appState = appState,
Original file line number Diff line number Diff line change 7
7
"picture" : " https://juanvaldez.com/wp-content/uploads/2022/10/Afogatto-Juan-Valdez.jpg" ,
8
8
"punctuations" : [
9
9
{
10
- "label" : " Affogato " ,
10
+ "label" : " Unit " ,
11
11
"pointsQty" : 1750
12
12
}
13
13
]
360
360
},
361
361
{
362
362
"id" : " 12971" ,
363
- "title" : " Nevado cafe " ,
363
+ "title" : " Nevado café " ,
364
364
"category" : " Cold drinks" ,
365
365
"detail" : " It is a creamy cold coffee-based drink decorated with Chantilly." ,
366
366
"picture" : " https://juanvaldez.com/wp-content/uploads/2023/02/nevado_de_cafe___300ml_700x700px.jpg" ,
Original file line number Diff line number Diff line change 7
7
"picture" : " https://juanvaldez.com/wp-content/uploads/2022/10/Afogatto-Juan-Valdez.jpg" ,
8
8
"punctuations" : [
9
9
{
10
- "label" : " Affogato " ,
10
+ "label" : " Unidad " ,
11
11
"pointsQty" : 1750
12
12
}
13
13
]
360
360
},
361
361
{
362
362
"id" : " 12971" ,
363
- "title" : " Nevado cafe " ,
363
+ "title" : " Nevado café " ,
364
364
"category" : " Bebidas frías" ,
365
365
"detail" : " Es una cremosa bebida fría a base de café decorada con Chantilly." ,
366
366
"picture" : " https://juanvaldez.com/wp-content/uploads/2023/02/nevado_de_cafe___300ml_700x700px.jpg" ,
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
agp = " 8.3.0"
3
3
kotlin = " 1.9.22"
4
- kotlin-compose-compiler = " 1.5.8"
4
+ kotlinComposeCompiler = " 1.5.8"
5
5
ksp = " 1.9.22-1.0.18"
6
6
7
7
[libraries ]
You can’t perform that action at this time.
0 commit comments