mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
parent
88baa9a9a9
commit
db38195d67
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ class MainActivity : ComponentActivity() {
|
|||
installSplashScreen()
|
||||
Whetstone.inject(this)
|
||||
enableEdgeToEdge(
|
||||
statusBarStyle = SystemBarStyle.light(Color.TRANSPARENT, Color.TRANSPARENT),
|
||||
navigationBarStyle = SystemBarStyle.light(Color.TRANSPARENT, Color.TRANSPARENT),
|
||||
statusBarStyle = SystemBarStyle.light(Color.TRANSPARENT, Color.TRANSPARENT)
|
||||
// Don't set navigation bar style, the default matches the platform behavior.
|
||||
)
|
||||
setContent {
|
||||
LobstersTheme(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue