Loading app/src/main/java/foundation/e/drive/services/ObserverService.java +3 −4 Original line number Diff line number Diff line Loading @@ -149,12 +149,11 @@ public class ObserverService extends Service implements OnRemoteOperationListene else begin(); }else{ JobUtils.stopScheduledJob(this, JobUtils.ScannerJobId); //If no account this.stopSelf(); } } else {//If initialization not done Log.w(TAG, "ContentResolver.getSyncAutomatically(account, '**_PROVIDER_AUTHORITY') return false"); } else { JobUtils.stopScheduledJob(this, JobUtils.ScannerJobId); //If no account this.stopSelf(); } }else{ Log.w(TAG, "Server must be initialized before to start"); Loading Loading
app/src/main/java/foundation/e/drive/services/ObserverService.java +3 −4 Original line number Diff line number Diff line Loading @@ -149,12 +149,11 @@ public class ObserverService extends Service implements OnRemoteOperationListene else begin(); }else{ JobUtils.stopScheduledJob(this, JobUtils.ScannerJobId); //If no account this.stopSelf(); } } else {//If initialization not done Log.w(TAG, "ContentResolver.getSyncAutomatically(account, '**_PROVIDER_AUTHORITY') return false"); } else { JobUtils.stopScheduledJob(this, JobUtils.ScannerJobId); //If no account this.stopSelf(); } }else{ Log.w(TAG, "Server must be initialized before to start"); Loading