feat: add avatar presence handling in OtherProfileScreen for improved scroll behavior
This commit is contained in:
@@ -71,7 +71,7 @@ fun RosettaAndroidTheme(
|
||||
val insetsController = WindowCompat.getInsetsController(window, view)
|
||||
// Make status bar transparent for wave animation overlay
|
||||
window.statusBarColor = AndroidColor.TRANSPARENT
|
||||
insetsController.isAppearanceLightStatusBars = !darkTheme
|
||||
// Note: isAppearanceLightStatusBars is managed per-screen, not globally
|
||||
|
||||
// Navigation bar: показываем только если есть нативные кнопки
|
||||
NavigationModeUtils.applyNavigationBarVisibility(insetsController, context, darkTheme)
|
||||
|
||||
Reference in New Issue
Block a user