[Settings] Learn more link should be removed when not supported.
Learn more wording with link only help people when configured. When no link available, these wording had better removed to avoid from confusing people. Bug: 159510116 Test: manual Change-Id: I36b74b2b4586546090fb88562e8f4f052a877709
This commit is contained in:
@@ -69,7 +69,7 @@ public class NrDisabledInDsdsFooterPreferenceController extends BasePreferenceCo
|
||||
if (linkInfo.isActionable()) {
|
||||
return AnnotationSpan.linkify(mContext.getText(R.string.no_5g_in_dsds_text), linkInfo);
|
||||
} else {
|
||||
return mContext.getText(R.string.no_5g_in_dsds_text);
|
||||
return AnnotationSpan.textWithoutLink(mContext.getText(R.string.no_5g_in_dsds_text));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user