Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5fbab34d authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽 Committed by Vincent Bourgmayer
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 81629ef3
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,9 +43,9 @@ public class FileDiffUtils {
        final File localFile = new File(fileState.getLocalPath());
        if (isRemoteSizeSameAsLocalSize(remoteFile, localFile)) {
            return Action.updateDB;
        } else {
            return Action.Download;
        }

        return Action.Download;
    }

    /**