Browse Source

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

Andy Scherzinger 8 years ago
parent
commit
25a7a20352
1 changed files with 1 additions and 1 deletions
  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
                     }
                 },
-                DELAY_TO_REQUEST_OPERATIONS_LATER
+                DELAY_TO_REQUEST_OPERATIONS_LATER + 350
         );
 
     }