生成二维码
This commit is contained in:
@@ -47,7 +47,7 @@ class FamilySwitchDialog(
|
||||
|
||||
val familyList = listOf(
|
||||
FamilyItem("1", context.getString(R.string.my_family)),
|
||||
FamilyItem("2", context.getString(R.string.zhangsan_family))
|
||||
FamilyItem("2", "张三的家庭")
|
||||
)
|
||||
|
||||
adapter = FamilySwitchAdapter(familyList) { familyItem ->
|
||||
|
||||
Reference in New Issue
Block a user