From 03d814d5ed1a6cabc86a45b3476b85eaaf57f222 Mon Sep 17 00:00:00 2001 From: Sergio De la torre Date: Wed, 18 Sep 2024 13:17:33 +0200 Subject: [PATCH] feat: refs #6078 workerActivity --- .../view/feature/pasillero/fragment/PasilleroViewModel.kt | 1 - 1 file changed, 1 deletion(-) 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)