glide icon indicating copy to clipboard operation
glide copied to clipboard

Remove final in Downsampler class

Open Truvuongss opened this issue 3 years ago • 0 comments
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?

Truvuongss avatar Mar 14 '22 07:03 Truvuongss