#26 select time for custom timer
This commit is contained in:
parent
76e69dd03c
commit
024ce85266
6 changed files with 91 additions and 4 deletions
|
@ -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) {
|
||||
|
||||
|
|
Reference in a new issue