mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
Small improvement
This commit is contained in:
@@ -251,7 +251,7 @@ public class EntityRule {
|
||||
}
|
||||
|
||||
private boolean onActionMove(Context context, EntityMessage message, JSONObject jargs) throws JSONException {
|
||||
long target = jargs.getLong("target");
|
||||
long target = jargs.optLong("target", -1);
|
||||
boolean seen = jargs.optBoolean("seen");
|
||||
boolean thread = jargs.optBoolean("thread");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user