You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2026. It is now read-only.
If the Theme patch is excluded, the background color of the EditText view will not match the background color of the dialog.
The color code of the background of the dialog is FF0F0F0F (R.color.yt_black3),
and the color code of the background of the EditText is FF212121 (R.color.yt_black1).
The cause of the issue was that an incorrect theme was used in the process of fixing issue #2052.
Error logs
N/A
Solution
Uses the Attributes used by YouTube's alert dialogs
Additional context
N/A
Device Environment
Android 14, HyperOS 1.0
Acknowledgements
This issue does not reproduce on unpatched YouTube or YT Music.
This issue is not a duplicate of an existing bug report.
I didn't use any settings marked as Experimental Flags.
I have chosen an appropriate title.
All requested information has been provided properly.
Type
Error at runtime
Tools used
CLI
Application
YouTube 19.16.39
Bug description
If the
Themepatch is excluded, the background color of the EditText view will not match the background color of the dialog.The color code of the background of the dialog is
FF0F0F0F(R.color.yt_black3),and the color code of the background of the EditText is
FF212121(R.color.yt_black1).The cause of the issue was that an incorrect theme was used in the process of fixing issue #2052.
Error logs
Solution
Uses the Attributes used by YouTube's alert dialogs
Additional context
N/A
Device Environment
Android 14, HyperOS 1.0
Acknowledgements
Experimental Flags.