From f7241ca689b14fe0e2aa27d47add1e7e8c17125a Mon Sep 17 00:00:00 2001 From: Faris Armoush Date: Wed, 9 Apr 2025 10:41:24 +0300 Subject: [PATCH] uncommented code. --- .../helper/dialog_helper/device_dialog_helper.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/pages/routines/helper/dialog_helper/device_dialog_helper.dart b/lib/pages/routines/helper/dialog_helper/device_dialog_helper.dart index 1fac903e..08d91c40 100644 --- a/lib/pages/routines/helper/dialog_helper/device_dialog_helper.dart +++ b/lib/pages/routines/helper/dialog_helper/device_dialog_helper.dart @@ -50,10 +50,10 @@ class DeviceDialogHelper { final deviceSelectedFunctions = routineBloc.state.selectedFunctions[data['uniqueCustomId']] ?? []; - // if (removeComparetors && data['productType'] != 'WPS') { - // //remove the current temp function in the 'if container' - // functions.removeAt(3); - // } + if (removeComparetors && data['productType'] != 'WPS') { + //remove the current temp function in the 'if container' + functions.removeAt(3); + } switch (productType) { case 'AC':