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

Commit 4566fc2e authored by Michael Bestas's avatar Michael Bestas
Browse files

Settings: Fix wifi developer options summaries

Change-Id: I85688d59685d3a0b0a48e51581eee77ebc7cd2fa
parent cfad6fc1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -110,17 +110,17 @@

        <SwitchPreference
            android:key="wifi_verbose_logging"
            android:title="@string/wifi_verbose_logging" />
            android:title="@string/wifi_verbose_logging"
            android:summary="@string/wifi_verbose_logging_summary"/>

        <SwitchPreference
            android:key="wifi_aggressive_handover"
            android:title="@string/wifi_aggressive_handover" />
            android:title="@string/wifi_aggressive_handover"
            android:summary="@string/wifi_aggressive_handover_summary"/>

        <SwitchPreference
            android:key="wifi_allow_scan_with_traffic"
            android:title="@string/wifi_allow_scan_with_traffic" />
            android:title="@string/wifi_allow_scan_with_traffic"
            android:summary="@string/wifi_allow_scan_with_traffic_summary"/>

        <ListPreference