Merge "[Settings] Learn more link should be removed when not supported." into rvc-dev am: 136cb73ae6 am: 8793b373be
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11970202 Change-Id: Ic8100d80a87dbc9160e6f0cd0d2d0da4648c1b86
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