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

Commit 0948ce0c authored by Rubin Xu's avatar Rubin Xu Committed by Android (Google) Code Review
Browse files

Merge "Remove duplicated call to authenticationSucceeded()" into nyc-mr1-dev

parents 7a4ecbac 3a437490
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -189,7 +189,6 @@ public abstract class ConfirmDeviceCredentialBaseFragment extends OptionsMenuFra
                (TrustManager) getActivity().getSystemService(Context.TRUST_SERVICE);
            trustManager.setDeviceLockedForUser(mEffectiveUserId, false);
            authenticationSucceeded();
            authenticationSucceeded();
            checkForPendingIntent();
        }
    }