| @@ -1 +1 @@ | |||
| 5729eb498eaeb9c64784fcfc80bbb33b | |||
| dab672e712362fdbbfa98386624f95d6 | |||
| @@ -87,7 +87,6 @@ class _EditActionPlantScreenState extends State<EditActionPlantScreen> { | |||
| }); | |||
| _plant.suppliesUsing = newSups; | |||
| _plant.mediaDel = Get.find<ChangeFileController>().deleteFiles; | |||
| print("plant: ${_plant.mediaDel[0]}"); | |||
| var activityPlant = jsonEncode(_plant.toJson()).toString(); | |||
| //ADD NEW | |||
| if (_plant.activityId == null) { | |||
| @@ -194,7 +194,7 @@ class _EditActionUseWaterScreenState extends State<EditActionUseWaterScreen> { | |||
| Widget _typeWater() { | |||
| return GetBuilder<ChangeRadioButton>( | |||
| builder: (value) { | |||
| if (value._waterTypes.length > 0) { | |||
| if (value._waterTypes != null) { | |||
| return Container( | |||
| height: 150, | |||
| child: ListView.builder( | |||