made repeats public

This commit is contained in:
Lukas Barragan Torres 2023-05-04 12:23:05 +02:00
parent 0b65c44da1
commit 4d064ad319

View file

@ -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) {