Add documentation

This commit is contained in:
Niels Andriesse 2021-06-24 11:24:25 +10:00
parent 38710814e2
commit 62cee715a7
1 changed files with 4 additions and 0 deletions

View File

@ -372,6 +372,10 @@ class ConversationActivityV2 : PassphraseRequiredActionBarActivity(), InputBarDe
this.actionMode = null
}
} else {
// NOTE:
// We have to use onContentClick (rather than a click listener directly on
// the view) so as to not interfere with all the other gestures. Do not add
// onClickListeners directly to message content views.
view.onContentClick()
}
}