am ef631700: am b02ca5ef: am 0c9f413b: am 58a54cb3: [docs] Fix issue #8288695: Typo in OAuth2 training
* commit 'ef631700eb26a47820eeab2b2450dcfb4213af5c': [docs] Fix issue #8288695: Typo in OAuth2 training
This commit is contained in:
@@ -179,7 +179,7 @@ private class OnTokenAcquired implements AccountManagerCallback<Bundle> {
|
|||||||
@Override
|
@Override
|
||||||
public void run(AccountManagerFuture<Bundle> result) {
|
public void run(AccountManagerFuture<Bundle> result) {
|
||||||
...
|
...
|
||||||
Intent launch = (Intent) result.get(AccountManager.KEY_INTENT);
|
Intent launch = (Intent) result.getResult().get(AccountManager.KEY_INTENT);
|
||||||
if (launch != null) {
|
if (launch != null) {
|
||||||
startActivityForResult(launch, 0);
|
startActivityForResult(launch, 0);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user