Remove duplicated call to authenticationSucceeded()
Bug: 30728557 Change-Id: Ib4678f1c92b252c0afc6e71665dc8be460a20a9e
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user