mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-02-14 02:40:51 +01:00
Remove unnecessary elvis operator from BrightDisplayScreen
This commit is contained in:
parent
62484fd3c7
commit
3a17008fe9
@ -65,7 +65,7 @@ internal fun BrightDisplayScreen(
|
||||
exit = fadeOut()
|
||||
) {
|
||||
SleepTimer(
|
||||
timerText = timerText ?: "",
|
||||
timerText = timerText,
|
||||
onCloseClick = onTimerClosePress
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user