Compare commits

...

1 Commits

Author SHA1 Message Date
f7241ca689 uncommented code. 2025-04-09 10:41:24 +03:00

View File

@ -50,10 +50,10 @@ class DeviceDialogHelper {
final deviceSelectedFunctions = final deviceSelectedFunctions =
routineBloc.state.selectedFunctions[data['uniqueCustomId']] ?? []; routineBloc.state.selectedFunctions[data['uniqueCustomId']] ?? [];
// if (removeComparetors && data['productType'] != 'WPS') { if (removeComparetors && data['productType'] != 'WPS') {
// //remove the current temp function in the 'if container' //remove the current temp function in the 'if container'
// functions.removeAt(3); functions.removeAt(3);
// } }
switch (productType) { switch (productType) {
case 'AC': case 'AC':