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

Commit 49c424d0 authored by Helen Qin's avatar Helen Qin Committed by Automerger Merge Worker
Browse files

Merge "Override activity exit transition to none" into udc-dev am: 530f462f am: 6e6c3e28

parents 555db83a 6e6c3e28
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, _) =