This commit is contained in:
Thomas 2020-09-08 07:29:46 +02:00
parent 388618ce9a
commit f42ef20345
1 changed files with 1 additions and 1 deletions

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