mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
Update details.js
This commit is contained in:
parent
932ec1faaa
commit
a66186b193
1 changed files with 1 additions and 1 deletions
|
@ -650,7 +650,7 @@ const SendDetails = () => {
|
|||
}
|
||||
|
||||
try {
|
||||
const res = await DocumentPicker.pick({
|
||||
const res = await DocumentPicker.pickSingle({
|
||||
type:
|
||||
Platform.OS === 'ios'
|
||||
? ['io.bluewallet.psbt', 'io.bluewallet.psbt.txn', DocumentPicker.types.plainText, 'public.json']
|
||||
|
|
Loading…
Add table
Reference in a new issue