Skip to content

全屏状态下切换竖屏异常 #3751

@jzh1996

Description

@jzh1996

问题描述:

全屏状态下点击切换竖屏按钮,有的手机会偶发出现切换异常。点击全屏状态下的返回按钮未出现上述情况。(页面是继承StandardGSYVideoPlayer自定义,只是换了图标,没改逻辑)

出现问题的视频流

https://qiniu.wenluedu.com/%E9%A3%9E%E4%B9%A620230203-112046.mp4

问题机型/系统:

真机 荣耀畅玩30 plus

GSY依赖版本

api "com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v8.3.4-release-jitpack"

Demo中的复现步骤

DEMO->DETAIL模式->重复点击切换全屏按钮大概率复现

问题代码:(如果有)
override fun onQuitFullscreen(url: String, vararg objects: Any) {
super.onQuitFullscreen(url, *objects)
orientationUtils.backToProtVideo()
}

问题log(如果有)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions