ub3lal hace 1 mes
padre
commit
5345ef9dbd
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      lib/src/bloc/cashed_image_bloc.dart

+ 0 - 1
lib/src/bloc/cashed_image_bloc.dart

@@ -40,7 +40,6 @@ class CashedImageBloc extends Bloc<CashedImageEvent, CashedImageState> {
         if (size > 20000) {
           mapcahed.clear();
         }
-
         if (mapcahed[ckey] == null) {
           fileInfo = await defaultCacheManager.getFileFromCache(ckey);
           if (fileInfo != null) {