mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 18:26:57 +00:00
Prevent caption from swallowing taps if no overlay needed.
This commit is contained in:
committed by
Cody Henthorne
parent
343871ed8b
commit
d716416d1d
@@ -581,6 +581,7 @@ class StoryViewerPageFragment :
|
||||
}
|
||||
} else {
|
||||
caption.setOnClickListener(null)
|
||||
caption.isClickable = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user