Unverified Commit b4f0e8c7 authored by Sarbagya Dhaubanjar's avatar Sarbagya Dhaubanjar
Browse files

:art: formaating fixes

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -72,7 +72,7 @@ class _YoutubePlayerBuilderState extends State<YoutubePlayerBuilder>
child: PopScope(
canPop: !widget.player.controller.value.isFullScreen,
onPopInvokedWithResult: (didPop, _) {
if(didPop) return;
if (didPop) return;
final controller = widget.player.controller;
if (controller.value.isFullScreen) {
widget.player.controller.toggleFullScreenMode();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment