mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 15:03:37 +00:00
Encoded password
This commit is contained in:
@@ -55,6 +55,10 @@ public class CustomGlideRequest {
|
||||
url = url + "&size=" + size;
|
||||
}
|
||||
|
||||
if (params.get("p") != null) {
|
||||
url = url + "&p=" + params.get("p");
|
||||
}
|
||||
|
||||
Log.d(TAG, "createUrl() " + url);
|
||||
|
||||
return url;
|
||||
|
||||
Reference in New Issue
Block a user