Assigned
Status Update
Comments
al...@google.com <al...@google.com>
al...@google.com <al...@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.
al...@google.com <al...@google.com> #3
I am still regularly receiving reports about this issue, and it seems it has not been addressed in the latest 1.4.0-rc01 release.
Description
Component used:
androidx.core:core-ktx
Version used:
1.8.0, 1.9.0
Devices/Android versions reproduced on:
Google Pixel 3a Android 12, Google Pixel 4 Android 13 (emulator)
Not reproducible:
Google Pixel 4 Android 10 (emulator)
Prerequisites:
Enable button navigation
Description:
If during activity
onCreate
WindowInsetsControllerCompat.isAppearanceLightStatusBars
is called,android:windowLightNavigationBar
value defined in style will not be applied. As a workaround we need to callWindowInsetsControllerCompat.isAppearanceLightNavigationBars
to apply navigation bar correct color.Expected result:
android:windowLightNavigationBar
applied out of the box, no need to callWindowInsetsControllerCompat.isAppearanceLightNavigationBars
manually.