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