mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-07 15:06:44 +00:00
Small improvement
This commit is contained in:
parent
f136ffdf91
commit
3a9bd3550a
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue