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

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