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