Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45c20852 authored by Timi Rautamäki's avatar Timi Rautamäki Committed by Łukasz Patron
Browse files

Settings: remove Bluetooth related text from DNS-dialog



 * String ´bluetooth_select_a2dp_codec_type_help_info´
   is set on the ´preference_widget_dialog_summary´-dialog
   by default.

Test: make Settings, visual observation
Signed-off-by: default avatarTimi Rautamäki <timi.rautamaki@gmail.com>
Change-Id: I6d403f231797bcf5b10bf726cca4e128f4c517ea
parent 4ad2d4e4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -196,6 +196,8 @@ public class PrivateDnsModeDialogPreference extends CustomDialogPreferenceCompat
        if (linkInfo.isActionable()) {
            helpTextView.setText(AnnotationSpan.linkify(
                    context.getText(R.string.private_dns_help_message), linkInfo));
        } else {
            helpTextView.setText("");
        }
    }