Native Яндекс
This commit is contained in:
@@ -80,7 +80,7 @@ class YandexSignInService @Inject constructor(
|
||||
return
|
||||
}
|
||||
synchronized(this) { pending = onResult }
|
||||
l.launch(YandexAuthLoginOptions(LoginType.WEBVIEW))
|
||||
l.launch(YandexAuthLoginOptions(LoginType.NATIVE))
|
||||
}
|
||||
|
||||
private fun mapYandexResult(result: YandexAuthResult): VaultLinkOutcome = when (result) {
|
||||
|
||||
Reference in New Issue
Block a user