i2edu 5 лет назад
Родитель
Сommit
ef8a4f5da4
1 измененных файлов с 1 добавлено и 1 удалено
  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) {