Skip to content

Commit 2de8687

Browse files
alperozturk96backportbot[bot]
authored andcommitted
use saveFileWithParent
Signed-off-by: alperozturk <[email protected]>
1 parent 3f04e7a commit 2de8687

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/java/com/owncloud/android/operations/RefreshFolderOperation.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,9 @@ protected RemoteOperationResult run(OwnCloudClient client) {
267267
updateUserProfile();
268268
}
269269

270+
// check first parent dirs are saved
270271
fileDataStorageManager.saveFileWithParent(mLocalFolder, mContext);
271272

272-
Log_OC.d(TAG, "STEP 1 --- refreshing folder " + mLocalFolder.getRemotePath());
273-
274273
result = checkForChanges(client);
275274

276275
if (result.isSuccess()) {

0 commit comments

Comments
 (0)