mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 06:37:30 +00:00
close #1522
This commit is contained in:
parent
b135276fa2
commit
40907a8bc1
@ -94,7 +94,7 @@ public class DownloadsPreferencesFragment extends BasePreferencesFragment {
|
||||
Utils.setupSelectedDir(context, data);
|
||||
String path;
|
||||
try {
|
||||
path = URLDecoder.decode(data.getData().toString(), StandardCharsets.UTF_8.toString());
|
||||
path = URLDecoder.decode(data.getData().toString(), StandardCharsets.UTF_8.name());
|
||||
} catch (UnsupportedEncodingException e) {
|
||||
path = data.getData().toString();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user