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"
], ],
"ios": { "ios": {
"buildNumber": "77", "buildNumber": "79",
"supportsTablet": true, "supportsTablet": true,
"bundleIdentifier": "io.bluewallet.bluewallet", "bundleIdentifier": "io.bluewallet.bluewallet",
"infoPlist": { "infoPlist": {

1
screen/lnd/scanLndInvoice.js

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

Loading…
Cancel
Save