Skip to content

Commit 9ee1e70

Browse files
committed
Removed public showProduct function
1 parent 505ff82 commit 9ee1e70

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,6 @@ private void handleProductError() {
257257
.show();
258258
}
259259

260-
public void showProduct(Product product) {
261-
showProduct(product, null);
262-
}
263-
264260
private void showProduct(Product product, ScannableCode scannedCode) {
265261
barcodeScanner.pause();
266262
allowScan = false;

0 commit comments

Comments
 (0)