Remove final in Downsampler class
Open
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.