Skip to content

Commit

Permalink
Merge "Remove duplicated call to authenticationSucceeded()" into nyc-…
Browse files Browse the repository at this point in the history
…mr1-dev
  • Loading branch information
Rubin Xu authored and Android (Google) Code Review committed Aug 23, 2016
2 parents 7a4ecba + 3a43749 commit 0948ce0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ public void onAuthenticated() {
(TrustManager) getActivity().getSystemService(Context.TRUST_SERVICE);
trustManager.setDeviceLockedForUser(mEffectiveUserId, false);
authenticationSucceeded();
authenticationSucceeded();
checkForPendingIntent();
}
}
Expand Down

0 comments on commit 0948ce0

Please sign in to comment.