Merge pull request #528 from ente-io/android_fix_edited_files
Fix mapping of edited files on Android
This commit is contained in:
commit
0ba72a7404
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ class RemoteSyncService {
|
|||
remoteDiff.localID,
|
||||
remoteDiff.fileType,
|
||||
title: remoteDiff.title,
|
||||
deviceFolder: remoteDiff.deviceFolder,
|
||||
deviceFolder: remoteDiff.deviceFolder ?? '',
|
||||
);
|
||||
if (localFileEntries.isEmpty) {
|
||||
// set remote file's localID as null because corresponding local file
|
||||
|
|
Loading…
Add table
Reference in a new issue