mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 04:28:00 +01:00
fix bug where static webp images will cause high CPU usage
This commit is contained in:
parent
6271ed4af4
commit
f8c09b947f
1 changed files with 0 additions and 1 deletions
|
@ -435,7 +435,6 @@ class PhotoFragment : ViewPagerFragment() {
|
|||
if (drawable.intrinsicWidth == 0) {
|
||||
loadWithGlide(path, addZoomableView)
|
||||
} else {
|
||||
drawable.setLoopLimit(0)
|
||||
mView.gestures_view.setImageDrawable(drawable)
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue