This commit is contained in:
weber
2025-08-25 18:35:06 +08:00
parent 77033854f0
commit df75c710e5
20 changed files with 353 additions and 181 deletions

View File

@@ -187,11 +187,11 @@ fun GroupChatInfoScreen(groupId: String) {
horizontalAlignment = Alignment.CenterHorizontally,
modifier = Modifier.noRippleClickable {
viewModel.viewModelScope.launch {
if (viewModel.notificationStrategy == "mute") {
/*if (viewModel.notificationStrategy == "mute") {
viewModel.updateNotificationStrategy("active")
} else {
viewModel.updateNotificationStrategy("mute")
}
}*/
}
}
) {