We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46edec9 commit 4b44a93Copy full SHA for 4b44a93
app/src/main/java/com/nextcloud/talk/chat/MessageInputFragment.kt
@@ -176,8 +176,7 @@ class MessageInputFragment : Fragment() {
176
clearEditUI()
177
val isInReplyState = (quotedJsonId != -1 && quotedActorDisplayName != null && quotedMessageText != "")
178
if (!isInReplyState) {
179
- cancelReply() // TODO - I could move this to the view model, in a onBackPressCallback to remove all from
180
- // storage
+ cancelReply()
181
}
182
183
0 commit comments