Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Android 12 下内存不释放 #438

Open
NathanLi opened this issue Jul 22, 2022 · 0 comments
Open

Android 12 下内存不释放 #438

NathanLi opened this issue Jul 22, 2022 · 0 comments

Comments

@NathanLi
Copy link

如题。

有使用如下代码:

imageView.setClearsAfterDetached(true);

// 播放完后
svgaVideoEntity.setMovieItem(null);
svgaVideoEntity.clear();
drawable.clear();

imgView.setVideoItem(null);
imgView.setImageDrawable(null);
imgView.clear();

内存占用依然不释放

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant