feat: Add Clear Chat History option to OtherProfileMenu

This commit is contained in:
k1ngsterr1
2026-01-22 18:54:55 +05:00
parent 538181cf39
commit 80128df6e1
2 changed files with 24 additions and 1 deletions

View File

@@ -270,6 +270,10 @@ private fun CollapsingOtherProfileHeader(
onBlockClick = {
onAvatarMenuChange(false)
onBlockToggle()
},
onClearChatClick = {
onAvatarMenuChange(false)
// TODO: Реализовать очистку истории чата
}
)
}