Remove duplicated call to authenticationSucceeded()
Bug: 30728557 Change-Id: Ib4678f1c92b252c0afc6e71665dc8be460a20a9e
This commit is contained in:
@@ -193,7 +193,6 @@ public abstract class ConfirmDeviceCredentialBaseFragment extends OptionsMenuFra
|
||||
(TrustManager) getActivity().getSystemService(Context.TRUST_SERVICE);
|
||||
trustManager.setDeviceLockedForUser(mEffectiveUserId, false);
|
||||
authenticationSucceeded();
|
||||
authenticationSucceeded();
|
||||
checkForPendingIntent();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user