pull/198/head
M66B 3 years ago
parent bb1e780bfb
commit 3a1382aa11

@ -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…
Cancel
Save