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