mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-18 19:19:33 +01:00
linter
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
This commit is contained in:
parent
46edec93b2
commit
4b44a939f5
@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user