patloew / RxLocation

🗺 [DEPRECATED] Reactive Location APIs Library for Android and RxJava 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't stop location updates

catalin-florescu opened this issue · comments

How i can stop location updates from rxLocation.location().updates(locationRequest) ? Disposable is not working as you describe in your Readme file. Thanks!

(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.