Skip to content

android: Fix black screen#10765

Draft
borongc wants to merge 1 commit into
youtube:mainfrom
borongc:black_screen
Draft

android: Fix black screen#10765
borongc wants to merge 1 commit into
youtube:mainfrom
borongc:black_screen

Conversation

@borongc
Copy link
Copy Markdown
Contributor

@borongc borongc commented Jun 4, 2026

Issue: 494590075

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

🤖 Gemini Suggested Commit Message


android: Fix black screen on older versions

On Android 11 and below, failing to detach child surfaces can cause
SurfaceView leaks and black screen issues because the OS does not
reliably clean them up. This change restricts the preservation of
child surface controls to Android 12 (API 31) and above, which
retains the fix for visible holes on newer systems while preventing
regressions on older hardware.

Bug: 494590075

💡 Pro Tips for a Better Commit Message:

  1. Influence the Result: Want to change the output? You can write custom prompts or instructions directly in the Pull Request description. The model uses that text to generate the message.
  2. Re-run the Generator: Post a comment with: /generate-commit-message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant