We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb17ef commit 2d530d4Copy full SHA for 2d530d4
1 file changed
demo-app/src/main/java/io/opentelemetry/android/demo/shop/ui/products/ProductDetails.kt
@@ -134,8 +134,8 @@ fun AddToCartButton(
134
if (product.id == "HQTGWGPNH4") {
135
onSlowRenderChange(true)
136
}
137
- cartViewModel.addProduct(product, quantity)
138
+ cartViewModel.addProduct(product, quantity)
139
},
140
modifier = Modifier
141
.fillMaxWidth()
0 commit comments