mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 02:21:37 +01:00
Prevent crash
This commit is contained in:
@@ -279,7 +279,7 @@ public class EntityRule {
|
||||
|
||||
boolean execute(Context context, EntityMessage message) throws JSONException, IOException {
|
||||
boolean executed = _execute(context, message);
|
||||
if (executed) {
|
||||
if (id != null && executed) {
|
||||
DB db = DB.getInstance(context);
|
||||
db.rule().applyRule(id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user