mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
Update AddressInput.tsx
This commit is contained in:
parent
f02c0a26ef
commit
f70f1b7b6d
@ -92,7 +92,7 @@ const AddressInput = ({
|
||||
await scanButtonTapped();
|
||||
Keyboard.dismiss();
|
||||
// @ts-ignore: Fix later
|
||||
scanQrHelper(navigate, launchedBy, false).then(onBarScanned);
|
||||
scanQrHelper(navigate, launchedBy).then(onBarScanned);
|
||||
}}
|
||||
accessibilityRole="button"
|
||||
style={[styles.scan, stylesHook.scan]}
|
||||
|
Loading…
Reference in New Issue
Block a user