Prevent caption from swallowing taps if no overlay needed.

This commit is contained in:
Alex Hart
2022-04-06 12:17:11 -03:00
committed by Cody Henthorne
parent 343871ed8b
commit d716416d1d

View File

@@ -581,6 +581,7 @@ class StoryViewerPageFragment :
}
} else {
caption.setOnClickListener(null)
caption.isClickable = false
}
}
}