mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02: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