Created
February 8, 2020 08:17
-
-
Save roscrazy/493e1a9470c6eae37953183f247eb9e2 to your computer and use it in GitHub Desktop.
RxLocationManagerImpl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fusedLocationService.requestLocationUpdates(locationAttributes) | |
.onErrorResumeNext { it: Throwable -> | |
androidLocationService.requestLocationUpdates(locationAttributes) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment