feat: refs #6078 workerActivity
This commit is contained in:
parent
7ee7e8336a
commit
03d814d5ed
|
@ -244,7 +244,6 @@ class PasilleroViewModel(context: Context) : BaseViewModel(context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
fun inititializeDefaultDataInit(pasillero: PasillerosItemVO? = null) {
|
fun inititializeDefaultDataInit(pasillero: PasillerosItemVO? = null) {
|
||||||
workerActivityAdd(CodeWorkerAction.ON_PREPARATION)
|
|
||||||
val userId = (contextApp as MobileApplication).userId
|
val userId = (contextApp as MobileApplication).userId
|
||||||
if (pasillero != null) {
|
if (pasillero != null) {
|
||||||
_pasillerositem.add(pasillero)
|
_pasillerositem.add(pasillero)
|
||||||
|
|
Loading…
Reference in New Issue