Fix queue changing
This commit is contained in:
parent
69c76556a2
commit
891f1bce34
34 changed files with 1007 additions and 132 deletions
|
@ -68,8 +68,8 @@ public class ArtistGlideRequest {
|
|||
|
||||
final Artist artist;
|
||||
final RequestManager requestManager;
|
||||
boolean forceDownload;
|
||||
boolean noCustomImage;
|
||||
private boolean forceDownload;
|
||||
private boolean noCustomImage;
|
||||
|
||||
private Builder(@NonNull RequestManager requestManager, Artist artist) {
|
||||
this.requestManager = requestManager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue