1:修改家族中滑动展示问题

This commit is contained in:
2025-12-16 16:15:41 +08:00
parent b611147176
commit 0874998249
3 changed files with 24 additions and 9 deletions

View File

@@ -103,6 +103,7 @@ class MyFamilyAdapter(
if (item.icon.isNotEmpty()) {
flex_entry.isVisible=true
flex_entry.removeAllViews()
for (url in item.icon) {
if (url.contains("http")) {
val imageView1 = ImageView(Application.getInstance())