Skip to content

Commit 4b44a93

Browse files
committed
linter
Signed-off-by: rapterjet2004 <[email protected]>
1 parent 46edec9 commit 4b44a93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/java/com/nextcloud/talk/chat/MessageInputFragment.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,7 @@ class MessageInputFragment : Fragment() {
176176
clearEditUI()
177177
val isInReplyState = (quotedJsonId != -1 && quotedActorDisplayName != null && quotedMessageText != "")
178178
if (!isInReplyState) {
179-
cancelReply() // TODO - I could move this to the view model, in a onBackPressCallback to remove all from
180-
// storage
179+
cancelReply()
181180
}
182181
}
183182

0 commit comments

Comments
 (0)