Update app/src/main/java/be/ugent/sel/studeez/screens/timer_form/form_screens/CustomTimerFormScreen.kt
Co-authored-by: brreynie <Bram.Reyniers@UGent.be>
This commit is contained in:
parent
29b976cae4
commit
f722218abe
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ class CustomTimerFormScreen(
|
|||
fun CustomEditScreenPreview() {
|
||||
val customTimerInfo = CustomTimerInfo("custom", "my description", 25)
|
||||
StudeezTheme {
|
||||
CustomTimerFormScreen(customTimerInfo).invoke(onSaveClick = {}, extraButton = {})
|
||||
CustomTimerFormScreen(customTimerInfo).invoke(onSaveClick = {})
|
||||
}
|
||||
}
|
Reference in a new issue