mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
FIX: Wrongf onpress
This commit is contained in:
parent
34db010bde
commit
925dc17042
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ const ScanQRCode = () => {
|
|||
<BlueSpacing40 />
|
||||
{showFileImportButton && <Button title={loc.wallets.import_file} onPress={showFilePicker} />}
|
||||
<BlueSpacing40 />
|
||||
<Button title={loc.wallets.list_long_choose} onPress={showFilePicker} />
|
||||
<Button title={loc.wallets.list_long_choose} onPress={onShowImagePickerButtonPress} />
|
||||
<BlueSpacing40 />
|
||||
<Button title={loc._.cancel} onPress={dismiss} />
|
||||
</View>
|
||||
|
|
Loading…
Add table
Reference in a new issue