mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Process while running and recoverable
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user