make repeats public

This commit is contained in:
lbarraga 2023-05-02 00:19:52 +02:00
parent 47620f69ed
commit 173eeb1073

View file

@ -2,7 +2,8 @@ package be.ugent.sel.studeez.data.local.models.timer_functional
class FunctionalPomodoroTimer(
private var studyTime: Int,
private var breakTime: Int, repeats: Int
private var breakTime: Int,
val repeats: Int
) : FunctionalTimer(studyTime) {
var breaksRemaining = repeats