typo. fixes #1100
This commit is contained in:
parent
a6a8fa6528
commit
e954a6cb62
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class MainActivity : AppCompatActivity(), AdvancedWebView.Listener {
|
||||||
val displayName = profile.displayName
|
val displayName = profile.displayName
|
||||||
val email = profile.email
|
val email = profile.email
|
||||||
val uid = profile.uid
|
val uid = profile.uid
|
||||||
val toPass = "{\"accessToken\": \"${accessToken}}\", \"keys\": '${keys}', \"avatar\": \"${avatar}\", \"displayName\": \"${displayName}\", \"email\": \"${email}\", \"uid\": \"${uid}\"}"
|
val toPass = "{\"accessToken\": \"${accessToken}\", \"keys\": '${keys}', \"avatar\": \"${avatar}\", \"displayName\": \"${displayName}\", \"email\": \"${email}\", \"uid\": \"${uid}\"}"
|
||||||
mToCall = "finishLogin(${toPass})"
|
mToCall = "finishLogin(${toPass})"
|
||||||
this@MainActivity.runOnUiThread({
|
this@MainActivity.runOnUiThread({
|
||||||
// But then we also reload this here because we need to make sure onPageFinished runs after mToCall has been set.
|
// But then we also reload this here because we need to make sure onPageFinished runs after mToCall has been set.
|
||||||
|
|
Loading…
Reference in a new issue