Merge "Migrate ambiguous getId method into getLink" into tm-qpr-dev

This commit is contained in:
Pasty Chang
2022-11-25 02:15:17 +00:00
committed by Android (Google) Code Review

View File

@@ -331,7 +331,7 @@ public class FingerprintEnrollIntroduction extends BiometricEnrollIntroduction {
@Override
public void onClick(LinkSpan span) {
if ("url".equals(span.getId())) {
if ("url".equals(span.getLink())) {
String url = getString(R.string.help_url_fingerprint);
Intent intent = HelpUtils.getHelpIntent(this, url, getClass().getName());
if (intent == null) {