feat: refs #6078 workerActivity

This commit is contained in:
Sergio De la torre 2024-09-18 13:17:33 +02:00
parent 7ee7e8336a
commit 03d814d5ed
1 changed files with 0 additions and 1 deletions

View File

@ -244,7 +244,6 @@ class PasilleroViewModel(context: Context) : BaseViewModel(context) {
}
fun inititializeDefaultDataInit(pasillero: PasillerosItemVO? = null) {
workerActivityAdd(CodeWorkerAction.ON_PREPARATION)
val userId = (contextApp as MobileApplication).userId
if (pasillero != null) {
_pasillerositem.add(pasillero)