Merge "Remove duplicated call to authenticationSucceeded()"
This commit is contained in:
committed by
Android (Google) Code Review
commit
d2c50b9fb9
@@ -193,7 +193,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