-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overlay not showing on API 28 #47
Comments
This can be observed also in the sample app, channel HLS (Bip-bop). |
I want to confirm it. I've created branch with ready-to-use repro
With changes made in repro above it's easy to verify it side-by-side comparing with older emulators. Documentation reference: https://developer.android.com/reference/android/media/tv/TvInputService.Session#setOverlayViewEnabled(boolean) This issue can be reproduced on:
|
I've created issue in Android bug tracking: https://issuetracker.google.com/issues/139429602 |
Could anyone of you having this issue on Shield please report it to Nvidia here: |
After calling
setOverlayViewEnabled(true)
, overridingonCreateOverlay
and returning a view, the overlay is correctly showing up on Android 8.1 but not on Android 9.Any idea why is this?
The text was updated successfully, but these errors were encountered: