mirror of https://github.com/M66B/FairEmail.git
parent
c4f6c7ef7c
commit
acd3493720
|
@ -1004,7 +1004,7 @@ public class ServiceSynchronize extends ServiceBase {
|
|||
public void run() {
|
||||
try {
|
||||
Log.i(folder.name + " start idle");
|
||||
while (state.isRunning() && state.isRecoverable()) {
|
||||
while (ifolder.isOpen() && state.isRunning() && state.isRecoverable()) {
|
||||
Log.i(folder.name + " do idle");
|
||||
ifolder.idle(false);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue