This commit is contained in:
M66B
2019-10-12 17:16:53 +02:00
parent 11995f372f
commit c32fe99e81
36 changed files with 236 additions and 235 deletions

View File

@@ -203,7 +203,7 @@ public class AdapterIdentity extends RecyclerView.Adapter<AdapterIdentity.ViewHo
@Override
protected void onException(Bundle args, Throwable ex) {
Helper.unexpectedError(parentFragment.getFragmentManager(), ex);
Helper.unexpectedError(parentFragment.getParentFragmentManager(), ex);
}
}.execute(context, owner, args, "identitty:enable");
}