mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Oops
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user