mirror of
https://framagit.org/tom79/nitterizeme
synced 2025-02-03 02:37:48 +01:00
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…
x
Reference in New Issue
Block a user