mirror of https://github.com/M66B/FairEmail.git
Oops
This commit is contained in:
parent
250289ff68
commit
1f0274dbf5
|
@ -372,6 +372,7 @@ public class EntityRule {
|
|||
String keyword = jargs.getString("keyword");
|
||||
if (TextUtils.isEmpty(keyword))
|
||||
throw new IllegalArgumentException(context.getString(R.string.title_rule_keyword_missing));
|
||||
return;
|
||||
case TYPE_MOVE:
|
||||
case TYPE_COPY:
|
||||
long target = jargs.optLong("target", -1);
|
||||
|
|
Loading…
Reference in New Issue