mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Remove life cycle observers
This commit is contained in:
@@ -132,6 +132,7 @@ public class AdapterNavSearch extends RecyclerView.Adapter<AdapterNavSearch.View
|
||||
public void onDestroyed() {
|
||||
Log.d(AdapterNavSearch.this + " parent destroyed");
|
||||
AdapterNavSearch.this.manager = null;
|
||||
owner.getLifecycle().removeObserver(this);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user