Remove not implemented error
This commit is contained in:
parent
7dfd76438d
commit
058f381796
@ -46,7 +46,8 @@ function openGenericBarcodeScanner() {
|
||||
router.navigate("/crypto/" + code);
|
||||
break;
|
||||
case "sendcrypto":
|
||||
app.dialog.alert("Not implemented.");
|
||||
router.navigate("/crypto");
|
||||
//app.dialog.alert("Not implemented.");
|
||||
break;
|
||||
default:
|
||||
app.dialog.alert("This app can't understand what's in that barcode.", "Error");
|
||||
|
Loading…
x
Reference in New Issue
Block a user