Skip to content

Commit 5ebf5d0

Browse files
committed
Use new product resolver API for the shopping list
1 parent 3ef1590 commit 5ebf5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/main/java/io/snabble/sdk/ui/scanner/SelfScanningView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public void lookupAndShowProduct(List<ScannedCode> scannedCodes, BarcodeFormat b
245245
}
246246
})
247247
.create()
248-
.show();
248+
.resolve();
249249
}
250250

251251
public void lookupAndShowProduct(List<ScannedCode> scannedCodes) {

0 commit comments

Comments
 (0)