Merge "Settings: remove Bluetooth related text from DNS-dialog"
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