i2edu 5 vuotta sitten
vanhempi
commit
ef8a4f5da4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) {