mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
Update fs.js
This commit is contained in:
parent
88102f5601
commit
59369bc7a3
@ -98,9 +98,7 @@ const showFilePickerAndReadFile = async function () {
|
||||
|
||||
return { data: file, uri: decodeURI(res.uri) };
|
||||
} catch (err) {
|
||||
if (!DocumentPicker.isCancel(err)) {
|
||||
return { data: false, uri: false };
|
||||
}
|
||||
return { data: false, uri: false };
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user