mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
Log broadcasting intent
This commit is contained in:
@@ -474,7 +474,7 @@ public class EntityRule {
|
||||
automation.putExtra(EXTRA_SENDER, sender);
|
||||
automation.putExtra(EXTRA_SUBJECT, message.subject);
|
||||
|
||||
Log.i("Sending " + automation);
|
||||
EntityLog.log(context, "Sending " + automation);
|
||||
context.sendBroadcast(automation);
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user