mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Prevent crash
This commit is contained in:
@@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user