Process while running and recoverable

This commit is contained in:
M66B
2019-04-17 08:40:52 +02:00
parent 482aec8eb0
commit 1c6831d6d9
2 changed files with 8 additions and 8 deletions

View File

@@ -823,7 +823,7 @@ public class ServiceSynchronize extends LifecycleService {
public void run() {
try {
Log.i(folder.name + " start idle");
while (state.running()) {
while (state.running() && state.recoverable()) {
Log.i(folder.name + " do idle");
ifolder.idle(false);
}