Remove duplicated call to authenticationSucceeded()

am: 3a437490be

Change-Id: I929ab9d63c5100b30bfec87ee6be0b4d1164cc81
This commit is contained in:
Rubin Xu
2016-08-23 16:22:49 +00:00
committed by android-build-merger

View File

@@ -189,7 +189,6 @@ public abstract class ConfirmDeviceCredentialBaseFragment extends OptionsMenuFra
(TrustManager) getActivity().getSystemService(Context.TRUST_SERVICE); (TrustManager) getActivity().getSystemService(Context.TRUST_SERVICE);
trustManager.setDeviceLockedForUser(mEffectiveUserId, false); trustManager.setDeviceLockedForUser(mEffectiveUserId, false);
authenticationSucceeded(); authenticationSucceeded();
authenticationSucceeded();
checkForPendingIntent(); checkForPendingIntent();
} }
} }