Skip to content

Commit

Permalink
Use DownsampleStrategy.DEFAULT as the default strategy Option.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=170742776
  • Loading branch information
asuszek authored and sjudd committed Oct 3, 2017
1 parent ae2b0e3 commit 8a90f54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public final class Downsampler {
*/
public static final Option<DownsampleStrategy> DOWNSAMPLE_STRATEGY =
Option.memory("com.bumptech.glide.load.resource.bitmap.Downsampler.DownsampleStrategy",
DownsampleStrategy.AT_LEAST);
DownsampleStrategy.DEFAULT);
/**
* Ensure that the size of the bitmap is fixed to the requested width and height of the
* resource from the caller. The final resource dimensions may differ from the requested
Expand Down

0 comments on commit 8a90f54

Please sign in to comment.