1
0
mirror of https://framagit.org/tom79/nitterizeme synced 2025-02-10 16:50:49 +01:00
This commit is contained in:
Thomas 2020-09-08 07:29:46 +02:00
parent 388618ce9a
commit f42ef20345

View File

@ -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) {
}
}