优化内存占用

This commit is contained in:
juntao
2021-08-11 15:53:40 +08:00
parent 2f35442558
commit 8ee76af30f
4 changed files with 30 additions and 1 deletions

View File

@ -453,6 +453,7 @@ public class MainActivity extends BaseActivity {
if (view != null) {
view.setVisibility(View.GONE);
ExtensionsKt.removeFromParent(view);
}
checkDialog();