Skip to content

Commit

Permalink
revert previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Sep 27, 2024
1 parent 384364a commit 16f949e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/lib/services/backup.service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ class BackupService {

if (file != null) {
String? originalFileName =
await _assetMediaRepository.getOriginalFilename(asset.local!.id);
await _assetMediaRepository.getOriginalFilename(asset.localId!);
originalFileName ??= asset.fileName;

if (asset.local!.isLivePhoto) {
Expand Down

0 comments on commit 16f949e

Please sign in to comment.