made repeats public
This commit is contained in:
parent
0b65c44da1
commit
4d064ad319
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class PomodoroTimerInfo(
|
||||||
description: String,
|
description: String,
|
||||||
var studyTime: Int,
|
var studyTime: Int,
|
||||||
var breakTime: Int,
|
var breakTime: Int,
|
||||||
val repeats: Int,
|
var repeats: Int,
|
||||||
id: String = ""
|
id: String = ""
|
||||||
): TimerInfo(id, name, description) {
|
): TimerInfo(id, name, description) {
|
||||||
|
|
||||||
|
|
Reference in a new issue