fix: merge changes and fix conflicts

This commit is contained in:
jubb 2021-06-29 10:06:57 +10:00
parent 6775e0afd7
commit 3611f4655c
1 changed files with 0 additions and 4 deletions

View File

@ -313,9 +313,5 @@ class VisibleMessageView : LinearLayout {
onPress?.invoke(rawX, rawY)
pressCallback = null
}
fun onContentClick() {
messageContentView.onContentClick?.invoke()
}
// endregion
}