From 1975f9e776fc715ec7eae20698562863872547e9 Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Thu, 8 Jan 2015 16:56:21 +0100 Subject: [PATCH] Aesthetic fixes --- src/com/owncloud/android/operations/SynchronizeFolderOperation.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/com/owncloud/android/operations/SynchronizeFolderOperation.java b/src/com/owncloud/android/operations/SynchronizeFolderOperation.java index f12d5dd7..3e12f95e 100644 --- a/src/com/owncloud/android/operations/SynchronizeFolderOperation.java +++ b/src/com/owncloud/android/operations/SynchronizeFolderOperation.java @@ -175,10 +175,8 @@ public class SynchronizeFolderOperation extends SyncOperation { // Needed in case that cancellation occurs before starting any download. // If not, yellow arrow continues being shown. - sendBroadcastForNotifyingUIUpdate(result.isSuccess()); + sendBroadcastForNotifyingUIUpdate(false); - /// cancellation of download needs to be done separately in any case; a SynchronizeFolderOperation - // may finish much sooner than the real download of the files in the folder Intent intent = new Intent(mContext, FileDownloader.class); intent.setAction(FileDownloader.ACTION_CANCEL_FILE_DOWNLOAD); intent.putExtra(FileDownloader.EXTRA_ACCOUNT, mAccount); -- 2.11.0