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