mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 15:36:59 +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 {
|
try {
|
||||||
const res = await DocumentPicker.pick({
|
const res = await DocumentPicker.pickSingle({
|
||||||
type:
|
type:
|
||||||
Platform.OS === 'ios'
|
Platform.OS === 'ios'
|
||||||
? ['io.bluewallet.psbt', 'io.bluewallet.psbt.txn', DocumentPicker.types.plainText, 'public.json']
|
? ['io.bluewallet.psbt', 'io.bluewallet.psbt.txn', DocumentPicker.types.plainText, 'public.json']
|
||||||
|
|
Loading…
Add table
Reference in a new issue