androidx / media

Jetpack Media3 support libraries for media use cases, including ExoPlayer, an extensible media player for Android
https://developer.android.com/media/media3
Apache License 2.0
1.71k stars 410 forks source link

Settings PopupWindow displays navigationbar (whole app is on fullscreen mode) #383

Open mgursch opened 1 year ago

mgursch commented 1 year ago

Media3 Version

Media3 1.0.1

Devices that reproduce the issue

Galaxy Tab S8 TableConnect (Android 9)

Devices that do not reproduce the issue

No response

Reproducible in the demo app?

Yes

Reproduction steps

Set App to fullscreen Start a video custom controller with CC button

click on CC button popup to choose the subtitle gets visible -> also the navigation bar (home, back, task manager) gets visible

Expected result

navigation bar stays invisble (as within the whole app)

Actual result

navigation bar gets visible - there is no need to show this bar because the whole app will be used in fullscreen mode

Media

https://drive.google.com/file/d/1ESSFiP_ntXVeaYq6PNeCwsqX71wD7em5/view?usp=share_link

Bug Report

icbaker commented 1 year ago

Looks similar/related to (but not a direct duplicate of) https://github.com/androidx/media/issues/234