mirror of https://github.com/M66B/FairEmail.git
Log broadcasting intent
This commit is contained in:
parent
027b6638d5
commit
4328e6da83
|
@ -474,7 +474,7 @@ public class EntityRule {
|
||||||
automation.putExtra(EXTRA_SENDER, sender);
|
automation.putExtra(EXTRA_SENDER, sender);
|
||||||
automation.putExtra(EXTRA_SUBJECT, message.subject);
|
automation.putExtra(EXTRA_SUBJECT, message.subject);
|
||||||
|
|
||||||
Log.i("Sending " + automation);
|
EntityLog.log(context, "Sending " + automation);
|
||||||
context.sendBroadcast(automation);
|
context.sendBroadcast(automation);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue