Skip to content

Commit

Permalink
修复略缩图因状态共用导致的重复显示同一张图片
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojieonly committed Nov 18, 2024
1 parent 8db7e77 commit 1534686
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/com/hippo/widget/LoadImageViewNew.java
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ public boolean onGetValue(@NonNull Image value, int source) {
Drawable drawable;
try {
drawable = value.getDrawable();

} catch (Exception e) {
// The image might be recycled because it is removed from memory cache.
Log.d(TAG, "The image is recycled", e);
Expand Down

0 comments on commit 1534686

Please sign in to comment.