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() {