Prevent crash

This commit is contained in:
M66B
2019-07-23 08:03:11 +02:00
parent c35e4a8b31
commit f22c8ce801
13 changed files with 0 additions and 26 deletions

View File

@@ -297,8 +297,6 @@ public class AdapterRule extends RecyclerView.Adapter<AdapterRule.ViewHolder> {
public void onDestroyed() {
Log.i(AdapterRule.this + " parent destroyed");
AdapterRule.this.parentFragment = null;
AdapterRule.this.context = null;
AdapterRule.this.owner = null;
}
});
}