Prepare release 1.7.1
This commit is contained in:
parent
65167f643f
commit
773607ab1c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue