Created
February 4, 2019 14:34
-
-
Save dkhmelenko/6a09f349c0fbdd30db535b75f48d60db to your computer and use it in GitHub Desktop.
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
override fun storeCredentials(credential: Credential): Completable { | |
startHiddenActivity(REQUEST_CODE_STORE_CREDENTIALS) | |
return googleApiClientSubject.concatMapCompletable { | |
saveCredentialsRequest(credential) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment