mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Encoded password
This commit is contained in:
parent
e71cb5fd5c
commit
af93d233bd
4 changed files with 13 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue