소스 검색

wrong access level

AndyScherzinger 8 년 전
부모
커밋
65c4f416c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/com/owncloud/android/services/SyncFolderHandler.java

+ 1 - 1
src/com/owncloud/android/services/SyncFolderHandler.java

@@ -78,7 +78,7 @@ class SyncFolderHandler extends Handler {
      * @param account       ownCloud account where the remote folder is stored.
      * @param remotePath    The path to a folder that could be in the queue of synchronizations.
      */
-    private boolean isSynchronizing(Account account, String remotePath) {
+    public boolean isSynchronizing(Account account, String remotePath) {
         if (account == null || remotePath == null) {
             return false;
         }