fixed #1244
[pub/Android/ownCloud.git] / src / com / owncloud / android / files / FileOperationsHelper.java
index b5eeb61..abea72c 100644 (file)
@@ -241,7 +241,7 @@ public class FileOperationsHelper {
             intent.putExtra(OperationsService.EXTRA_REMOTE_PATH, file.getRemotePath());
             intent.putExtra(OperationsService.EXTRA_SYNC_FILE_CONTENTS, true);
             mWaitingForOpId = mFileActivity.getOperationsServiceBinder().queueNewOperation(intent);
             intent.putExtra(OperationsService.EXTRA_REMOTE_PATH, file.getRemotePath());
             intent.putExtra(OperationsService.EXTRA_SYNC_FILE_CONTENTS, true);
             mWaitingForOpId = mFileActivity.getOperationsServiceBinder().queueNewOperation(intent);
-            mFileActivity.showLoadingDialog();
+            // mFileActivity.showLoadingDialog();
             
         } else {
             Intent intent = new Intent(mFileActivity, OperationsService.class);
             
         } else {
             Intent intent = new Intent(mFileActivity, OperationsService.class);