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

Commit 80f06c26 authored by Kevin Chyn's avatar Kevin Chyn Committed by Automerger Merge Worker
Browse files

Merge changes from topic "authsession-cts-state" into sc-dev am: f98e3550

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13550361

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I41d3cb14004b0bbe735fce67909171d5ac260ca7
parents 340c710c f98e3550
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -257,11 +257,15 @@ public final class AuthSession implements IBinder.DeathRecipient {
                            mUserId,
                            mOpPackageName,
                            mOperationId);
                    mState = STATE_AUTH_STARTED;
                } catch (RemoteException e) {
                    Slog.e(TAG, "Remote exception", e);
                }
            } else {
                // The UI was already showing :)
                mState = STATE_AUTH_STARTED_UI_SHOWING;
            }
            mState = STATE_AUTH_STARTED;

        }
    }