#26 select time for custom timer

This commit is contained in:
Tibo De Peuter 2023-04-29 17:55:20 +02:00
parent 76e69dd03c
commit 024ce85266
6 changed files with 91 additions and 4 deletions

View file

@ -6,7 +6,7 @@ import be.ugent.sel.studeez.data.local.models.timer_functional.FunctionalTimer
class CustomTimerInfo(
name: String,
description: String,
private val studyTime: Int,
var studyTime: Int,
id: String = ""
): TimerInfo(id, name, description) {