Skip to content

Commit

Permalink
bugfix: add stop api when glide calls recycle
Browse files Browse the repository at this point in the history
  • Loading branch information
penfeizhou authored and jingpeng committed Sep 11, 2023
1 parent c4cd4c0 commit c3ec09f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public int getSize() {

@Override
public void recycle() {
webPDrawable.stop();
}

@Override
Expand All @@ -99,6 +100,7 @@ public int getSize() {

@Override
public void recycle() {
gifDrawable.stop();
}

@Override
Expand Down

0 comments on commit c3ec09f

Please sign in to comment.