BreaktimerInfo -> PomodoroTimerInfo
This commit is contained in:
parent
38b582ead9
commit
b3651bbbe5
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ class ToTimerConverter {
|
|||
it.studyTime,
|
||||
it.id
|
||||
) },
|
||||
TimerType.BREAK to TimerFactory { BreakTimerInfo(
|
||||
TimerType.BREAK to TimerFactory { PomodoroTimerInfo(
|
||||
it.name,
|
||||
it.description,
|
||||
it.studyTime,
|
||||
|
|
Reference in a new issue