Merge "Settings: remove Bluetooth related text from DNS-dialog" am: ca3051403f am: a786f86808 am: 21c08903e2
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1708562 Change-Id: Ia9bf1c6e6bdcd6a39a94f8ebef91d35dc2799566
This commit is contained in:
@@ -189,6 +189,8 @@ public class PrivateDnsModeDialogPreference extends CustomDialogPreferenceCompat
|
|||||||
if (linkInfo.isActionable()) {
|
if (linkInfo.isActionable()) {
|
||||||
helpTextView.setText(AnnotationSpan.linkify(
|
helpTextView.setText(AnnotationSpan.linkify(
|
||||||
context.getText(R.string.private_dns_help_message), linkInfo));
|
context.getText(R.string.private_dns_help_message), linkInfo));
|
||||||
|
} else {
|
||||||
|
helpTextView.setText("");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user