This commit is contained in:
M66B 2020-11-19 19:33:45 +01:00
parent 250289ff68
commit 1f0274dbf5
1 changed files with 1 additions and 0 deletions

View File

@ -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);