Migrate MainActivity to compose

This commit is contained in:
Ensar Sarajčić
2023-10-02 09:06:39 +02:00
parent 4c5deb10e4
commit 7937a71b0d
5 changed files with 493 additions and 259 deletions

View File

@ -60,7 +60,7 @@ class BrightDisplayActivity : SimpleActivity() {
},
timerVisible = timerVisible,
timerText = timerText,
onTimerCloseClick = {
onTimerClosePress = {
stopSleepTimer()
}
)