1
0
mirror of https://github.com/KokaKiwi/BarInsta synced 2024-11-22 06:37:30 +00:00
This commit is contained in:
Austin Huang 2021-07-07 17:23:58 -04:00
parent b135276fa2
commit 40907a8bc1
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F

View File

@ -94,7 +94,7 @@ public class DownloadsPreferencesFragment extends BasePreferencesFragment {
Utils.setupSelectedDir(context, data); Utils.setupSelectedDir(context, data);
String path; String path;
try { try {
path = URLDecoder.decode(data.getData().toString(), StandardCharsets.UTF_8.toString()); path = URLDecoder.decode(data.getData().toString(), StandardCharsets.UTF_8.name());
} catch (UnsupportedEncodingException e) { } catch (UnsupportedEncodingException e) {
path = data.getData().toString(); path = data.getData().toString();
} }