diff --git a/mobile/lib/services/download.service.dart b/mobile/lib/services/download.service.dart index 5876eaae70f18..996cbe61f192f 100644 --- a/mobile/lib/services/download.service.dart +++ b/mobile/lib/services/download.service.dart @@ -136,9 +136,6 @@ class DownloadService { Future download(Asset asset) async { if (asset.isImage && asset.livePhotoVideoId != null && Platform.isIOS) { - // Remove all track records for saveLivePhoto to track when to start the linking process - await _downloadRepository.deleteAllTrackingRecords(); - await _downloadRepository.download( _buildDownloadTask( asset.remoteId!,