Can't stop location updates
catalin-florescu opened this issue · 1 comments
catalin-florescu commented
How i can stop location updates from rxLocation.location().updates(locationRequest)
? Disposable is not working as you describe in your Readme file. Thanks!
patloew commented
(Composite)Disposable should be working, see the sample project for an example. Without more code from your side I can't tell what the problem is.