Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef631700 authored by Trevor Johns's avatar Trevor Johns Committed by Android Git Automerger
Browse files

am b02ca5ef: am 0c9f413b: am 58a54cb3: [docs] Fix issue #8288695: Typo in OAuth2 training

* commit 'b02ca5ef':
  [docs] Fix issue #8288695: Typo in OAuth2 training
parents 570cd322 b02ca5ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ private class OnTokenAcquired implements AccountManagerCallback<Bundle> {
    @Override
    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) {
            startActivityForResult(launch, 0);
            return;