瀏覽代碼

Changed the delay to execute the runnable in startSyncFolderOperation, adding 350 ms.

Andy Scherzinger 8 年之前
父節點
當前提交
25a7a20352
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/com/owncloud/android/ui/activity/FileDisplayActivity.java

+ 1 - 1
src/com/owncloud/android/ui/activity/FileDisplayActivity.java

@@ -1638,7 +1638,7 @@ public class FileDisplayActivity extends HookActivity
                         // another window floating over
                         // another window floating over
                     }
                     }
                 },
                 },
-                DELAY_TO_REQUEST_OPERATIONS_LATER
+                DELAY_TO_REQUEST_OPERATIONS_LATER + 350
         );
         );
 
 
     }
     }