mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Update lndCreateInvoice.js
This commit is contained in:
parent
af5770ada3
commit
f40f963365
@ -209,9 +209,12 @@ export default class LNDCreateInvoice extends Component {
|
||||
<TouchableOpacity
|
||||
disabled={this.state.isLoading}
|
||||
onPress={() => {
|
||||
NavigationService.navigate('ScanQRCode', {
|
||||
onBarScanned: this.processLnurl,
|
||||
launchedBy: this.props.route.name,
|
||||
NavigationService.navigate('ScanQRCodeRoot', {
|
||||
screen: 'ScanQRCode',
|
||||
params: {
|
||||
onBarScanned: this.processLnurl,
|
||||
launchedBy: this.props.route.name,
|
||||
},
|
||||
});
|
||||
Keyboard.dismiss();
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user