This commit is contained in:
ocean 2024-07-22 09:56:56 +08:00
parent 028af6b5b3
commit 19fd70afba

View File

@ -154,6 +154,5 @@ class MoSingerDetailsActivity : MoBaseActivity() {
override fun onDestroy() {
super.onDestroy()
Glide.with(this).clear(binding.singerImg)
}
}