mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +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()
|
clearEditUI()
|
||||||
val isInReplyState = (quotedJsonId != -1 && quotedActorDisplayName != null && quotedMessageText != "")
|
val isInReplyState = (quotedJsonId != -1 && quotedActorDisplayName != null && quotedMessageText != "")
|
||||||
if (!isInReplyState) {
|
if (!isInReplyState) {
|
||||||
cancelReply() // TODO - I could move this to the view model, in a onBackPressCallback to remove all from
|
cancelReply()
|
||||||
// storage
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user