TimerFormViewModel ipv TimerEditViewModel
This commit is contained in:
parent
51af1f5766
commit
2556e1c658
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
package be.ugent.sel.studeez.screens.timer_form.timer_edit
|
package be.ugent.sel.studeez.screens.timer_form
|
||||||
|
|
||||||
import be.ugent.sel.studeez.data.EditTimerState
|
import be.ugent.sel.studeez.data.EditTimerState
|
||||||
import be.ugent.sel.studeez.data.local.models.timer_info.TimerInfo
|
import be.ugent.sel.studeez.data.local.models.timer_info.TimerInfo
|
||||||
|
@ -9,7 +9,7 @@ import dagger.hilt.android.lifecycle.HiltViewModel
|
||||||
import javax.inject.Inject
|
import javax.inject.Inject
|
||||||
|
|
||||||
@HiltViewModel
|
@HiltViewModel
|
||||||
class TimerEditViewModel @Inject constructor(
|
class TimerFormViewModel @Inject constructor(
|
||||||
private val editTimerState: EditTimerState,
|
private val editTimerState: EditTimerState,
|
||||||
private val timerDAO: TimerDAO,
|
private val timerDAO: TimerDAO,
|
||||||
logService: LogService
|
logService: LogService
|
||||||
|
|
Reference in a new issue