preview error fix
This commit is contained in:
parent
66a566b779
commit
71a6bce61c
1 changed files with 1 additions and 1 deletions
|
@ -147,5 +147,5 @@ fun TimerPreview() {
|
||||||
override fun motivationString(): String = "Test"
|
override fun motivationString(): String = "Test"
|
||||||
|
|
||||||
}
|
}
|
||||||
sessionScreen.Timer(sessionActions = SessionActions({ FunctionalEndlessTimer() }, { "Preview" }, {}, {}))
|
sessionScreen.Timer(sessionActions = SessionActions({ FunctionalEndlessTimer() }, { "Preview" }, {}, {}, {}))
|
||||||
}
|
}
|
Reference in a new issue