mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Fix
This commit is contained in:
@@ -500,7 +500,7 @@ public class EntityRule {
|
||||
|
||||
private boolean onActionImportance(Context context, EntityMessage message, JSONObject jargs) throws JSONException {
|
||||
Integer importance = jargs.getInt("value");
|
||||
if (importance == EntityMessage.PRIORITIY_NORMAL)
|
||||
if (EntityMessage.PRIORITIY_NORMAL.equals(importance))
|
||||
importance = null;
|
||||
|
||||
DB db = DB.getInstance(context);
|
||||
|
||||
Reference in New Issue
Block a user