mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-13 16:35:28 +00:00
Add documentation
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user