wrong access level

This commit is contained in:
AndyScherzinger 2016-11-09 19:49:27 +01:00
parent d05a601cd1
commit 65c4f416c0
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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;
}