Retry browsing

This commit is contained in:
M66B
2020-03-22 10:14:36 +01:00
parent 38e81a3c3c
commit 305b205a98
2 changed files with 44 additions and 16 deletions

View File

@@ -417,7 +417,7 @@ public class ViewModelMessages extends ViewModel {
owner.getLifecycle().addObserver(new LifecycleObserver() {
@OnLifecycleEvent(Lifecycle.Event.ON_DESTROY)
public void onDestroyed() {
boundary.close();
boundary.destroy();
}
});
}