mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-06-05 21:59:19 +02:00
Remove unnecessary elvis operator from BrightDisplayScreen
This commit is contained in:
@ -65,7 +65,7 @@ internal fun BrightDisplayScreen(
|
|||||||
exit = fadeOut()
|
exit = fadeOut()
|
||||||
) {
|
) {
|
||||||
SleepTimer(
|
SleepTimer(
|
||||||
timerText = timerText ?: "",
|
timerText = timerText,
|
||||||
onCloseClick = onTimerClosePress
|
onCloseClick = onTimerClosePress
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user