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
One example is in MainActivity, where it looks like the play button observable should be disposed along with modelStream disposable. Another is the currentPositionStream which never gets disposed.
One example is in
MainActivity, where it looks like the play button observable should be disposed along with modelStream disposable. Another is thecurrentPositionStreamwhich never gets disposed.