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

Commit 530f462f authored by Helen Qin's avatar Helen Qin Committed by Android (Google) Code Review
Browse files

Merge "Override activity exit transition to none" into udc-dev

parents 19b25a75 fcf008d1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,8 @@ class CredentialSelectorActivity : ComponentActivity() {
        super.onCreate(savedInstanceState)
        overrideActivityTransition(Activity.OVERRIDE_TRANSITION_OPEN,
            0, 0)
        overrideActivityTransition(Activity.OVERRIDE_TRANSITION_CLOSE,
            0, 0)
        Log.d(Constants.LOG_TAG, "Creating new CredentialSelectorActivity")
        try {
            val (isCancellationRequest, shouldShowCancellationUi, _) =