生成二维码

This commit is contained in:
2026-05-13 10:27:46 +08:00
parent 1b84a41a7a
commit 80837e39bf
21 changed files with 560 additions and 16 deletions

View File

@@ -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 ->