mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-13 01:20:27 -07:00
fix: Glide module incorrectly encoding IPv6 addresses
This commit is contained in:
parent
89fa38f5a0
commit
c5ef274916
3 changed files with 120 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ public class CustomGlideRequest {
|
|||
|
||||
public static class Builder {
|
||||
private final RequestManager requestManager;
|
||||
private Object item;
|
||||
private String item;
|
||||
|
||||
private Builder(Context context, String item, ResourceType type) {
|
||||
this.requestManager = Glide.with(context);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue