| @@ -1 +1 @@ | |||
| af0eb765f94aecba228edd3e3fe3c4f4 | |||
| 48197743e3d78b3769f70bac9a76e7e0 | |||
| @@ -229,6 +229,7 @@ class _WidgetMediaPickerState extends State<WidgetMediaPicker> { | |||
| .replaceAll(ConstCommon.baseImageUrl, ''); | |||
| deleteFilePaths.add(url); | |||
| } | |||
| addNewFilePaths.remove(item.pathFile); | |||
| currentItems.remove(item); | |||
| widget.onChangeFiles(addNewFilePaths, deleteFilePaths); | |||
| BlocProvider.of<MediaHelperBloc>(context) | |||