Prepare release 1.7.1

This commit is contained in:
Thomas 2020-04-10 18:11:05 +02:00
parent 65167f643f
commit 773607ab1c
1 changed files with 2 additions and 2 deletions

View File

@ -481,7 +481,7 @@ public class TransformActivity extends Activity {
} catch (UnsupportedEncodingException e) {
newUrl = "https://" + nitterHost + "/pic/" + url;
}
}else if(url.contains("/search?")){
} else if (url.contains("/search?")) {
newUrl = url.replace(host, nitterHost);
} else {
Matcher matcher = nitterPattern.matcher(url);
@ -629,7 +629,7 @@ public class TransformActivity extends Activity {
} catch (UnsupportedEncodingException e) {
newUrl = "https://" + nitterHost + "/pic/" + url;
}
}else if(url.contains("/search?")){
} else if (url.contains("/search?")) {
newUrl = url.replace(host, nitterHost);
} else {
Matcher matcher = nitterPattern.matcher(url);