소스 검색

添加旋转

i2edu 5 년 전
부모
커밋
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) {