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

Commit dd94fbff authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "No longer need to cancel authentication from ConfirmDeviceCredentialActivity"

parents 3c633c1f dbdd06ca
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -246,13 +246,6 @@ public class ConfirmDeviceCredentialActivity extends FragmentActivity {
        super.onPause();
        if (!isChangingConfigurations()) {
            mGoingToBackground = true;
            if (mBiometricFragment != null) {
                Log.d(TAG, "Authenticating: " + mBiometricFragment.isAuthenticating());
                if (mBiometricFragment.isAuthenticating()) {
                    mBiometricFragment.cancel();
                }
            }

            finish();
        } else {
            mGoingToBackground = false;