mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Small fix
This commit is contained in:
@@ -747,7 +747,7 @@ public class EntityRule {
|
||||
JSONObject jaction = new JSONObject(action);
|
||||
if (jaction.optInt("type", -1) != TYPE_MOVE)
|
||||
return false;
|
||||
if (jaction.optInt("target", -1) != junk.id)
|
||||
if (jaction.optLong("target", -1) != junk.id)
|
||||
return false;
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user