i2edu 5 anni fa
parent
commit
d99bcd6a13
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      lib/src/chewie_player.dart

+ 1 - 0
lib/src/chewie_player.dart

@@ -126,6 +126,7 @@ class ChewieState extends State<Chewie> {
     final TransitionRoute<Null> route = PageRouteBuilder<Null>(
       settings: RouteSettings(),
       pageBuilder: _fullScreenRoutePageBuilder,
+      fullscreenDialog: true
     );
 
     SystemChrome.setEnabledSystemUIOverlays([]);