diff --git a/app/src/main/java/es/verdnatura/presentation/view/feature/pasillero/fragment/PasilleroViewModel.kt b/app/src/main/java/es/verdnatura/presentation/view/feature/pasillero/fragment/PasilleroViewModel.kt index 7378e38e..76ef0a4d 100644 --- a/app/src/main/java/es/verdnatura/presentation/view/feature/pasillero/fragment/PasilleroViewModel.kt +++ b/app/src/main/java/es/verdnatura/presentation/view/feature/pasillero/fragment/PasilleroViewModel.kt @@ -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)