mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-12-12 15:06:30 +00:00
close #1522
This commit is contained in:
parent
b135276fa2
commit
40907a8bc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue