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

Commit fae7dcec authored by narinder Rana's avatar narinder Rana
Browse files

update missing flag askResultEtag

parent 0e9fffbf
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ public class UploadFileOperation extends RemoteOperation implements ComparableOp
                CommonUtils.getMimeType( file ),
            ( !checkEtag || mSyncedState.getLastETAG().isEmpty() )? null : mSyncedState.getLastETAG(), //If not null, This can cause error 412; that means remote file has change
            timeStamp );
        uploadRemoteFileOperation.askResultEtag(true);
        //uploadRemoteFileOperation.askResultEtag(true);
        return uploadRemoteFileOperation;
    }