diff --git a/app/src/main/java/be/ugent/sel/studeez/data/local/models/timer_info/PomodoroTimerInfo.kt b/app/src/main/java/be/ugent/sel/studeez/data/local/models/timer_info/PomodoroTimerInfo.kt index 6dd6797..7316630 100644 --- a/app/src/main/java/be/ugent/sel/studeez/data/local/models/timer_info/PomodoroTimerInfo.kt +++ b/app/src/main/java/be/ugent/sel/studeez/data/local/models/timer_info/PomodoroTimerInfo.kt @@ -9,7 +9,7 @@ class PomodoroTimerInfo( description: String, var studyTime: Int, var breakTime: Int, - val repeats: Int, + var repeats: Int, id: String = "" ): TimerInfo(id, name, description) {