Skip to content

Commit 0948ce0

Browse files
Rubin XuAndroid (Google) Code Review
authored andcommitted
Merge "Remove duplicated call to authenticationSucceeded()" into nyc-mr1-dev
2 parents 7a4ecba + 3a43749 commit 0948ce0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/com/android/settings/ConfirmDeviceCredentialBaseFragment.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ public void onAuthenticated() {
189189
(TrustManager) getActivity().getSystemService(Context.TRUST_SERVICE);
190190
trustManager.setDeviceLockedForUser(mEffectiveUserId, false);
191191
authenticationSucceeded();
192-
authenticationSucceeded();
193192
checkForPendingIntent();
194193
}
195194
}

0 commit comments

Comments
 (0)