mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Prevent crash
This commit is contained in:
@@ -625,8 +625,10 @@ public class ViewModelMessages extends ViewModel {
|
||||
owner.getLifecycle().addObserver(new LifecycleObserver() {
|
||||
@OnLifecycleEvent(Lifecycle.Event.ON_DESTROY)
|
||||
public void onDestroyed() {
|
||||
boundary.destroy(state);
|
||||
boundary = null;
|
||||
if (boundary != null) {
|
||||
boundary.destroy(state);
|
||||
boundary = null;
|
||||
}
|
||||
owner.getLifecycle().removeObserver(this);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user