Browse Source

[fit]去掉详情页提示

云天逵 9 months ago
parent
commit
af6220e88f
1 changed files with 1 additions and 1 deletions
  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');
         }
       }