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