From 4b44a939f5258c48fa177cf1b4a8eea04db53a5b Mon Sep 17 00:00:00 2001 From: rapterjet2004 Date: Tue, 17 Jun 2025 11:29:58 -0500 Subject: [PATCH] linter Signed-off-by: rapterjet2004 --- .../main/java/com/nextcloud/talk/chat/MessageInputFragment.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/java/com/nextcloud/talk/chat/MessageInputFragment.kt b/app/src/main/java/com/nextcloud/talk/chat/MessageInputFragment.kt index c3ec88d5f..5d2e87ba2 100644 --- a/app/src/main/java/com/nextcloud/talk/chat/MessageInputFragment.kt +++ b/app/src/main/java/com/nextcloud/talk/chat/MessageInputFragment.kt @@ -176,8 +176,7 @@ class MessageInputFragment : Fragment() { clearEditUI() val isInReplyState = (quotedJsonId != -1 && quotedActorDisplayName != null && quotedMessageText != "") if (!isInReplyState) { - cancelReply() // TODO - I could move this to the view model, in a onBackPressCallback to remove all from - // storage + cancelReply() } }