mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Refactoring
This commit is contained in:
@@ -418,9 +418,9 @@ public class UriHelper {
|
||||
if (path != null)
|
||||
path = path.toLowerCase(Locale.ROOT);
|
||||
|
||||
boolean first = "www.facebook.com".equals(host);
|
||||
String q = url.getEncodedQuery();
|
||||
if (q != null) {
|
||||
if (!TextUtils.isEmpty(q)) {
|
||||
boolean first = "www.facebook.com".equals(host);
|
||||
StringBuilder sb = new StringBuilder();
|
||||
for (String kv : q.split("&")) {
|
||||
int eq = kv.indexOf('=');
|
||||
|
||||
Reference in New Issue
Block a user