OSDN Git Service

Remove duplicated call to authenticationSucceeded()
authorRubin Xu <rubinxu@google.com>
Wed, 10 Aug 2016 09:59:57 +0000 (10:59 +0100)
committerRubin Xu <rubinxu@google.com>
Wed, 10 Aug 2016 09:59:57 +0000 (10:59 +0100)
Bug: 30728557
Change-Id: Ib4678f1c92b252c0afc6e71665dc8be460a20a9e

src/com/android/settings/ConfirmDeviceCredentialBaseFragment.java

index b46fa92..dd76b79 100644 (file)
@@ -189,7 +189,6 @@ public abstract class ConfirmDeviceCredentialBaseFragment extends OptionsMenuFra
                 (TrustManager) getActivity().getSystemService(Context.TRUST_SERVICE);
             trustManager.setDeviceLockedForUser(mEffectiveUserId, false);
             authenticationSucceeded();
-            authenticationSucceeded();
             checkForPendingIntent();
         }
     }