i2edu hace 5 años
padre
commit
ef8a4f5da4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/src/chewie_player.dart

+ 1 - 1
lib/src/chewie_player.dart

@@ -135,7 +135,7 @@ class ChewieState extends State<Chewie> {
         DeviceOrientation.landscapeRight,
       ]);
     }else{
-      AutoOrientation.landscapeLeftMode();
+      AutoOrientation.landscapeRightMode();
     }
 
     if (!widget.controller.allowedScreenSleep) {