Neeraj Gupta před 3 roky
rodič
revize
7e71f7fb59
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      lib/utils/file_uploader_util.dart

+ 2 - 2
lib/utils/file_uploader_util.dart

@@ -74,8 +74,8 @@ Future<MediaUploadData> _getMediaUploadDataFromAssetFile(ente.File file) async {
   if (file.fileType == FileType.livePhoto && io.Platform.isIOS) {
     final io.File videoUrl = await Motionphoto.getLivePhotoFile(file.localID);
     if (videoUrl == null || !videoUrl.existsSync()) {
-      String errMsg = "missing livePhoto url for  ${file
-          .toString()} with subType ${file.fileSubType};
+      String errMsg =
+          "missing livePhoto url for  ${file.toString()} with subType ${file.fileSubType}";
       _logger.severe(errMsg);
       throw InvalidFileUploadState(errMsg);
     }