Explorar el Código

[fit]去掉详情页提示

云天逵 hace 9 meses
padre
commit
af6220e88f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/utils/image_util.dart

+ 1 - 1
lib/utils/image_util.dart

@@ -151,7 +151,7 @@ class ImageUtil {
           }
         } catch (e) {
           print('读取 EXIF 数据失败: $e');
-          ToastUtil.show('Failed to get photo details');
+          // ToastUtil.show('Failed to get photo details');
         }
       }