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