1:修改家族中滑动展示问题
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user