Assigned
Status Update
Comments
al...@google.com <al...@google.com>
ti...@google.com <ti...@google.com> #2
Any updates on this? It's been a month already since I reported it, and it seems this crash is occurring quite frequently for my users.
Description
WindowInsetsControllerCompat.isAppearanceLightNavigationBars
has no effect on navigation icon colors for SDK 35+.Code:
Navigation bar icon colors are light on SDK 34 but dark on SDK 35 after calling
isAppearanceLightNavigationBars = false
when the device is in light theme. Expectation is for icon colors to be light on all supported versions. However, icon colors do change colors if the device is in dark theme. With edge-to-edge, the app might need to have control over icon colors independent of the device theme.See attached images and sample app replicating the issue.