mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Copy devil
This commit is contained in:
parent
bb1e780bfb
commit
3a1382aa11
2 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue