You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.
Currently manageViewDisposable() throws an exception when we're adding a Disposable while no view is attached.
I was thinking if this is preferable to just disposing, as we want that Disposable to dispose when view detaches. No view is attached so we could simply dispose it. We could also think of adding a configuration parameter for this.
The text was updated successfully, but these errors were encountered:
Currently manageViewDisposable() throws an exception when we're adding a
Disposable
while no view is attached.I was thinking if this is preferable to just disposing, as we want that
Disposable
to dispose when view detaches. No view is attached so we could simply dispose it. We could also think of adding a configuration parameter for this.The text was updated successfully, but these errors were encountered: