* commit '0c9f413b898341e2d20ae6045ce0f71e39cf97a4': [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