Always add new query string.

This commit is contained in:
Kavin 2023-11-20 05:46:57 +00:00
parent 97691ca5a0
commit 8d04aca336
No known key found for this signature in database
GPG Key ID: 6E4598CA5C92C41F
1 changed files with 1 additions and 3 deletions

View File

@ -149,9 +149,7 @@ public class URLUtils {
}
}
if (qstring != null) {
newUrl += "?" + qstring;
}
newUrl += "?" + qstring;
return newUrl;