Remove duplicated call to authenticationSucceeded()
am: 3a437490be
Change-Id: I929ab9d63c5100b30bfec87ee6be0b4d1164cc81
This commit is contained in:
@@ -189,7 +189,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