79317964

Date: 2024-12-30 15:30:54
Score: 1
Natty:
Report link

If you are targeting Android 15 and using Jetpack compose use this in your Activity. Top of setContent{} block

WindowCompat.getInsetsController(window, window.decorView)
            .isAppearanceLightStatusBars = isSystemInDarkTheme()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: praveensmedia