Skip to content

Instantly share code, notes, and snippets.

@dkhmelenko
Created February 4, 2019 14:34
Show Gist options
  • Save dkhmelenko/6a09f349c0fbdd30db535b75f48d60db to your computer and use it in GitHub Desktop.
Save dkhmelenko/6a09f349c0fbdd30db535b75f48d60db to your computer and use it in GitHub Desktop.
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