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

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