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

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