fix reply

This commit is contained in:
2026-07-21 17:28:53 +07:00
parent 44c743d039
commit 7b02fe4908

View File

@@ -394,8 +394,9 @@ fun ChatScreen(
value = text,
onValueChange = { text = it },
onSend = {
viewModel.sendMessage(text)
viewModel.sendMessage(text, replyingTo?.id)
text = ""
replyingTo = null
},
onUpload = {
fileLauncher.launch("image/*")