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

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