You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue details / Repro steps / Use case background:
I am using custom DownSampleStrategy (extends DownSampleStrategy).
When I put the new constructor in downsample() as shown in code 1 attached below,
A flickering phenomenon occurs when the change of images is notify.(RecyclerView)
If I use a static variable like number 2, there is no issue.
Do you know why,
For example, does it take a lot of memory or time to create a new DownSampleStrategy?
Glide Version: #4.12.0
Device/Android Version:
Android Tiramisu
Issue details / Repro steps / Use case background:
I am using custom DownSampleStrategy (extends DownSampleStrategy).
When I put the new constructor in downsample() as shown in code 1 attached below,
A flickering phenomenon occurs when the change of images is notify.(RecyclerView)
If I use a static variable like number 2, there is no issue.
Do you know why,
For example, does it take a lot of memory or time to create a new DownSampleStrategy?
The code:
1. using new constructor
2. using static variable
The text was updated successfully, but these errors were encountered: