glide
glide copied to clipboard
Remove final in Downsampler class
trafficstars
Hello Glide team,
I am working on migration Glide from v3.7.0 to v4.13.0. And I have a problem that I can not extend Downsampler class in Glide v4. Because of it define a "final" in glide v4. public final class Downsampler
Could you help me to remove final in Downsampler class?