BreaktimerInfo -> PomodoroTimerInfo

This commit is contained in:
Lukas Barragan Torres 2023-04-18 13:31:48 +02:00
parent 38b582ead9
commit b3651bbbe5
2 changed files with 2 additions and 2 deletions

View file

@ -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,