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