mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-24 11:45:28 +00:00
Allow addition of text to text slide by tapping anywhere.
This commit is contained in:
committed by
Cody Henthorne
parent
0f889e0259
commit
dc50899fe0
@@ -185,7 +185,7 @@ class StoryTextPostView @JvmOverloads constructor(
|
||||
}
|
||||
|
||||
fun setTextViewClickListener(onClickListener: OnClickListener) {
|
||||
textView.setOnClickListener(onClickListener)
|
||||
setOnClickListener(onClickListener)
|
||||
}
|
||||
|
||||
fun setLinkPreviewCloseListener(onClickListener: OnClickListener) {
|
||||
|
||||
Reference in New Issue
Block a user