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