Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
This commit is contained in:
rapterjet2004 2025-06-17 11:29:58 -05:00
parent 46edec93b2
commit 4b44a939f5
No known key found for this signature in database
GPG Key ID: 3AA5FDFED7944099

View File

@ -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()
}
}