mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-04-19 04:37:22 +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(
|
Box(
|
||||||
modifier = Modifier.align(Alignment.BottomEnd),
|
modifier = Modifier.align(Alignment.BottomEnd)
|
||||||
|
.navigationBarsPadding(),
|
||||||
) {
|
) {
|
||||||
sleepTimer()
|
sleepTimer()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user