Skip to content

Commit

Permalink
FIX: camera on main screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Overtorment committed May 22, 2020
1 parent e9c28e2 commit 6a6ac47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screen/wallets/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ export default class WalletsList extends Component {
onScanButtonPressed = () => {
this.props.navigation.navigate('ScanQRCode', {
launchedBy: this.props.navigation.state.routeName,
onBarScanned: this.onBarCodeRead,
onBarScanned: this.onBarScanned,
showFileImportButton: false,
});
};
Expand Down

0 comments on commit 6a6ac47

Please sign in to comment.