Merge pull request #7629 from BlueWallet/wrongonpres

FIX: Wrongf onpress
This commit is contained in:
GLaDOS 2025-02-25 14:43:47 +00:00 committed by GitHub
commit b7e03c1ed1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -298,7 +298,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>