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