1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 04:35:57 +00:00

Copy devil

This commit is contained in:
M66B 2021-05-13 17:49:12 +02:00
parent bb1e780bfb
commit 3a1382aa11
2 changed files with 2 additions and 2 deletions

View file

@ -249,7 +249,7 @@ public class AdapterAnswer extends RecyclerView.Adapter<AdapterAnswer.ViewHolder
protected void onException(Bundle args, Throwable ex) {
Log.unexpectedError(parentFragment.getParentFragmentManager(), ex);
}
}.execute(context, owner, args, "rule:execute");
}.execute(context, owner, args, "answer:reset");
}
private void onActionCopy() {

View file

@ -367,7 +367,7 @@ public class AdapterRule extends RecyclerView.Adapter<AdapterRule.ViewHolder> {
protected void onException(Bundle args, Throwable ex) {
Log.unexpectedError(parentFragment.getParentFragmentManager(), ex);
}
}.execute(context, owner, args, "rule:execute");
}.execute(context, owner, args, "rule:reset");
}
private void onActionMove() {