feat: Enhance logging and debugging capabilities across Protocol and UI components
This commit is contained in:
@@ -68,9 +68,9 @@ fun RosettaAndroidTheme(
|
||||
val window = (view.context as android.app.Activity).window
|
||||
// Make status bar transparent for wave animation overlay
|
||||
window.statusBarColor = AndroidColor.TRANSPARENT
|
||||
window.navigationBarColor = if (darkTheme) 0xFF1B1B1B.toInt() else 0xFFFFFFFF.toInt()
|
||||
// Navigation bar color is managed by OnboardingScreen for smooth transition
|
||||
// Don't change it here to avoid instant color change
|
||||
WindowCompat.getInsetsController(window, view).isAppearanceLightStatusBars = !darkTheme
|
||||
WindowCompat.getInsetsController(window, view).isAppearanceLightNavigationBars = !darkTheme
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user