mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-04-17 11:47:21 +02:00
Add navigation bar padding to SleepTimer
on MainScreen
This commit is contained in:
parent
9d46496807
commit
d40d5329e5
@ -87,7 +87,8 @@ internal fun MainScreen(
|
||||
}
|
||||
|
||||
Box(
|
||||
modifier = Modifier.align(Alignment.BottomEnd),
|
||||
modifier = Modifier.align(Alignment.BottomEnd)
|
||||
.navigationBarsPadding(),
|
||||
) {
|
||||
sleepTimer()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user