Skip to content

Commit

Permalink
fix the unused animationExecutor in GlideBuilder (#3525)
Browse files Browse the repository at this point in the history
  • Loading branch information
phxnirvana authored and sjudd committed Feb 19, 2019
1 parent 52cce3b commit 7bb6f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/main/java/com/bumptech/glide/GlideBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ Glide build(@NonNull Context context) {
diskCacheExecutor,
sourceExecutor,
GlideExecutor.newUnlimitedSourceExecutor(),
GlideExecutor.newAnimationExecutor(),
animationExecutor,
isActiveResourceRetentionAllowed);
}

Expand Down

0 comments on commit 7bb6f11

Please sign in to comment.