优化DropdownMenu UI

- 修复聊天页静音的显示文案问题
- 优化DropdownMenu的UI
This commit is contained in:
2025-09-01 15:50:10 +08:00
parent 36d322ef8c
commit 118a6cf986
2 changed files with 22 additions and 9 deletions

View File

@@ -227,7 +227,7 @@ fun ChatScreen(userId: String) {
},
menuItems = listOf(
MenuItem(
title = if (viewModel.notificationStrategy == "mute") "" else "",
title = if (viewModel.notificationStrategy == "mute") "取消静音" else "静音",
icon = if (viewModel.notificationStrategy == "mute") R.drawable.rider_pro_notice_mute else R.drawable.rider_pro_notice_active,
) {