Skip to content

Commit

Permalink
Refresh thumbnail when file is updated in server even if it is not an…
Browse files Browse the repository at this point in the history
… image
  • Loading branch information
abelgardep committed Nov 23, 2020
1 parent 2c8cc7e commit 4ec916e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ private void mergeRemoteFolder(ArrayList<RemoteFile> remoteFolderAndFiles)
// remote eTag will not be set unless file CONTENTS are synchronized
updatedLocalFile.setEtag(localFile.getEtag());
if (!updatedLocalFile.isFolder() &&
remoteFile.isImage() &&
remoteFile.getModificationTimestamp() != localFile.getModificationTimestamp()) {
updatedLocalFile.setNeedsUpdateThumbnail(true);
}
Expand Down

0 comments on commit 4ec916e

Please sign in to comment.