Browse Source

Merge branch 'master' of https://github.com/BlueWallet/BlueWallet into development

localNotifications
Marcos Rodriguez Vélez 6 years ago
parent
commit
27b8902ddc
  1. 2
      app.json
  2. 1
      screen/lnd/scanLndInvoice.js

2
app.json

@ -7,7 +7,7 @@
"ios"
],
"ios": {
"buildNumber": "77",
"buildNumber": "79",
"supportsTablet": true,
"bundleIdentifier": "io.bluewallet.bluewallet",
"infoPlist": {

1
screen/lnd/scanLndInvoice.js

@ -124,6 +124,7 @@ export default class ScanLndInvoice extends React.Component {
end = +new Date();
} catch (Err) {
console.log(Err.message);
this.props.navigation.goBack();
return alert('Error');
}

Loading…
Cancel
Save