Skip to content

Commit

Permalink
fix: stickerPanel : sticker may not show when switch sticker group
Browse files Browse the repository at this point in the history
Signed-off-by: Hicores <me@hicore.cc>
  • Loading branch information
Hicores committed Jul 21, 2023
1 parent c3b551c commit 22fc91f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ private View getItemContainer(Context context, String coverView, int count, Loca
public void onViewDestroy(ViewGroup parent) {
for (ViewInfo img : cacheImageView) {
img.view.setImageBitmap(null);
img.status = 0;
Glide.with(HostInfo.getApplication()).clear(img.view);
}
}
Expand Down

0 comments on commit 22fc91f

Please sign in to comment.