Loading app/src/main/java/foundation/e/drive/utils/FileDiffUtils.java +2 −2 Original line number Diff line number Diff line Loading @@ -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; } /** Loading Loading
app/src/main/java/foundation/e/drive/utils/FileDiffUtils.java +2 −2 Original line number Diff line number Diff line Loading @@ -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; } /** Loading