79162264

Date: 2024-11-06 10:54:54
Score: 1
Natty:
Report link

In MainActivity onCreate:

YourTheme() {
        LocalView.current.let {
            val window = (it.context as Activity).window
            window.statusBarColor = color
            App()
        }
    }

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yogeshwaran .R