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 9ee1e70 commit 46b4504Copy full SHA for 46b4504
build.gradle
@@ -24,7 +24,7 @@ allprojects {
24
}
25
26
project.ext {
27
- sdkVersion='0.6.2'
+ sdkVersion='0.6.3'
28
versionCode=1
29
30
compileSdkVersion=27
ui/src/main/java/io/snabble/sdk/ui/scanner/ProductConfirmationDialog.java
@@ -243,9 +243,9 @@ public void onClick(View v) {
243
});
244
245
if (cartQuantity > 0) {
246
- addToCart.setText(R.string.Snabble_Scanner_addToCart);
247
- } else {
248
addToCart.setText(R.string.Snabble_Scanner_updateCart);
+ } else {
+ addToCart.setText(R.string.Snabble_Scanner_addToCart);
249
250
251
close.setOnClickListener(new View.OnClickListener() {
0 commit comments