File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
venvy_pub/src/main/java/cn/com/videopls/pub Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 88.externalNativeBuild
99/vidoeos_demo /
1010/venvy_glide_v4 /
11+ /svga /
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ public void run() {
5656 if (videoPlusView != null ) {
5757 if (VenvyObservableTarget .Constant .CONSTANT_LANDSCAPE == orientationType && !isHorizontal ()) {
5858 // 请求一个横屏视联网小程序,如果是竖屏需要强转
59- videoPlusView .clearAllVisionProgram ();
59+ // videoPlusView.clearAllVisionProgram();
6060 ((Activity ) videoPlusView .getContext ()).setRequestedOrientation (ActivityInfo .SCREEN_ORIENTATION_LANDSCAPE );
6161 }
6262
6363 if (VenvyObservableTarget .Constant .CONSTANT_PORTRAIT == orientationType && isHorizontal ()) {
6464 // 请求一个竖屏屏视联网小程序,如果是横屏需要强转
65- videoPlusView .clearAllVisionProgram ();
65+ // videoPlusView.clearAllVisionProgram();
6666 ((Activity ) videoPlusView .getContext ()).setRequestedOrientation (ActivityInfo .SCREEN_ORIENTATION_PORTRAIT );
6767 }
6868
You can’t perform that action at this time.
0 commit comments