mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Rewritten operation processing
This commit is contained in:
@@ -99,6 +99,9 @@ public class EntityOperation {
|
||||
|
||||
LocalBroadcastManager lbm = LocalBroadcastManager.getInstance(context);
|
||||
lbm.sendBroadcast(
|
||||
new Intent(ServiceSynchronize.ACTION_PROCESS_OPERATIONS + message.folder));
|
||||
new Intent(SEND.equals(name)
|
||||
? ServiceSynchronize.ACTION_PROCESS_OUTBOX
|
||||
: ServiceSynchronize.ACTION_PROCESS_FOLDER)
|
||||
.putExtra("folder", message.folder));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user