mirror of
https://framagit.org/tom79/nitterizeme
synced 2025-02-10 16:50:49 +01:00
Fix issue #35
This commit is contained in:
parent
388618ce9a
commit
f42ef20345
@ -430,7 +430,7 @@ public class Utils {
|
||||
if (matcher.find()) {
|
||||
String tmp_url = matcher.group(3);
|
||||
try {
|
||||
newUrl = URLDecoder.decode(tmp_url, "UTF-8");
|
||||
newUrl = transformUrl(context, URLDecoder.decode(tmp_url, "UTF-8"));
|
||||
} catch (UnsupportedEncodingException ignored) {
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user