SP-1365/ Gateway Functions Popup (for “Then” section).

This commit is contained in:
Faris Armoush
2025-04-08 16:42:31 +03:00
parent 970f7ed16f
commit 3a0c8edf86

View File

@ -113,7 +113,8 @@ class ThenContainer extends StatelessWidget {
'1G',
'2G',
'3G',
'WPS'
'WPS',
"GW",
].contains(state.thenItems[index]
['productType'])) {
context.read<RoutineBloc>().add(
@ -229,7 +230,7 @@ class ThenContainer extends StatelessWidget {
dialogType: "THEN");
if (result != null) {
context.read<RoutineBloc>().add(AddToThenContainer(mutableData));
} else if (!['AC', '1G', '2G', '3G', 'WPS']
} else if (!['AC', '1G', '2G', '3G', 'WPS', 'GW']
.contains(mutableData['productType'])) {
context.read<RoutineBloc>().add(AddToThenContainer(mutableData));
}