We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f08d1 commit 073338fCopy full SHA for 073338f
lib/src/widget/builder/video_page_builder.dart
@@ -182,6 +182,7 @@ class _VideoPageBuilderState extends State<VideoPageBuilder> {
182
ValueListenableBuilder<bool>(
183
valueListenable: isPlaying,
184
builder: (_, bool value, __) => GestureDetector(
185
+ behavior: HitTestBehavior.opaque,
186
onTap: value || MediaQuery.accessibleNavigationOf(context)
187
? () => playButtonCallback(context)
188
: widget.delegate.switchDisplayingDetail,
0 commit comments