Код: Выделить всё
ViewCompat.getWindowInsetsController is deprecated
Код: Выделить всё
/* snip */
val view = LocalView.current
if (!view.isInEditMode) {
SideEffect {
(view.context as Activity).window.statusBarColor = colorScheme.primary.toArgb()
ViewCompat.getWindowInsetsController(view)?.isAppearanceLightStatusBars = darkTheme //
Подробнее здесь: [url]https://stackoverflow.com/questions/73271311/viewcompat-getwindowinsetscontroller-is-deprecated-which-alternative-to-use[/url]
Мобильная версия