mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
wrong access level
This commit is contained in:
parent
d05a601cd1
commit
65c4f416c0
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class SyncFolderHandler extends Handler {
|
||||||
* @param account ownCloud account where the remote folder is stored.
|
* @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.
|
* @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) {
|
if (account == null || remotePath == null) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue