Remove duplicated call to authenticationSucceeded()

Bug: 30728557
Change-Id: Ib4678f1c92b252c0afc6e71665dc8be460a20a9e
This commit is contained in:
Rubin Xu
2016-08-10 10:59:57 +01:00
parent a353d3fa5f
commit 3a437490be

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();
} }
} }