Browse Source
renovate/org.jetbrains.kotlinx-kotlinx-coroutines-test-1.x
Austin Huang
3 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with
1 additions and
1 deletions
-
app/src/main/java/awais/instagrabber/fragments/settings/DownloadsPreferencesFragment.java
|
@ -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(); |
|
|
} |
|
|
} |
|
|