mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 01:51:24 +01:00
Process operations on manual sync
This commit is contained in:
@@ -724,8 +724,10 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
|
||||
if (ACTION_PROCESS_OPERATIONS.equals(intent.getAction()))
|
||||
processOperations(folder, isession, istore, ifolder);
|
||||
else if (ACTION_SYNCHRONIZE_FOLDER.equals(intent.getAction()))
|
||||
else if (ACTION_SYNCHRONIZE_FOLDER.equals(intent.getAction())) {
|
||||
processOperations(folder, isession, istore, ifolder);
|
||||
synchronizeMessages(account, folder, ifolder, state);
|
||||
}
|
||||
|
||||
} catch (Throwable ex) {
|
||||
Log.e(Helper.TAG, folder.name + " " + ex + "\n" + Log.getStackTraceString(ex));
|
||||
|
||||
Reference in New Issue
Block a user