mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-21 22:27:29 +00:00
close #1739
This commit is contained in:
parent
a0983249bb
commit
d51e8bc626
@ -105,7 +105,7 @@ public class DownloadsPreferencesFragment extends BasePreferencesFragment {
|
|||||||
String path;
|
String path;
|
||||||
try {
|
try {
|
||||||
path = URLDecoder.decode(data.getData().toString(), StandardCharsets.UTF_8.name());
|
path = URLDecoder.decode(data.getData().toString(), StandardCharsets.UTF_8.name());
|
||||||
} catch (UnsupportedEncodingException e) {
|
} catch (Exception e) {
|
||||||
path = data.getData().toString();
|
path = data.getData().toString();
|
||||||
}
|
}
|
||||||
dirPreference.setSummary(path);
|
dirPreference.setSummary(path);
|
||||||
|
Loading…
Reference in New Issue
Block a user