Skip to content

Commit

Permalink
not removing all records
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Sep 29, 2024
1 parent 4b17ee8 commit c67bbce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mobile/lib/services/download.service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ class DownloadService {

Future<void> 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!,
Expand Down

0 comments on commit c67bbce

Please sign in to comment.