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 41092c3 commit a0b9107Copy full SHA for a0b9107
ui/src/main/java/io/snabble/sdk/ui/cart/ShoppingCartView.java
@@ -509,6 +509,7 @@ public void bindTo(final int position) {
509
if (product.getSubtitle() == null || product.getSubtitle().equals("")) {
510
subtitle.setVisibility(View.GONE);
511
} else {
512
+ subtitle.setVisibility(View.VISIBLE);
513
subtitle.setText(product.getSubtitle());
514
}
515
0 commit comments