mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01:00
Prevent crash
This commit is contained in:
@@ -249,8 +249,6 @@ public class AdapterContact extends RecyclerView.Adapter<AdapterContact.ViewHold
|
||||
public void onDestroyed() {
|
||||
Log.i(AdapterContact.this + " parent destroyed");
|
||||
AdapterContact.this.parentFragment = null;
|
||||
AdapterContact.this.context = null;
|
||||
AdapterContact.this.owner = null;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user