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

Unverified Commit 9bb206e6 authored by AndyScherzinger's avatar AndyScherzinger
Browse files
parent e92f4b34
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -161,11 +161,10 @@ public class ChunkedUploadRemoteFileOperation extends UploadRemoteFileOperation
            }

        } finally {
            if (this.isSuccess(status)) {
            SharedPreferences.Editor editor = sharedPref.edit();
            if (this.isSuccess(status)) {
                editor.remove(chunkId).apply();
            } else {
                SharedPreferences.Editor editor = sharedPref.edit();
                editor.putStringSet(chunkId, successfulChunks).apply();
            }