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

Commit 71ea70de authored by Weng Su's avatar Weng Su
Browse files

Update the "Network perference" settings

- Update the title string in the resource file

- Remove unnecessary setTitle code in the settings fragment

Bug: 412427835
Flag: EXEMPT refactor
Test: Manual testing
  atest ConfigureWifiSettingsTest
Change-Id: Iebc66558bbaa1a33c29467b1a4320a3a9a685734
parent 3eb6d6b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:title="@string/wifi_configure_settings_preference_title">
    android:title="@string/network_and_internet_preferences_title">

    <SwitchPreferenceCompat
        android:key="enable_wifi_wakeup"
+0 −1
Original line number Diff line number Diff line
@@ -69,7 +69,6 @@ public class ConfigureWifiSettings extends DashboardFragment {
    @Override
    public void onCreate(Bundle icicle) {
        super.onCreate(icicle);
        getActivity().setTitle(R.string.network_and_internet_preferences_title);

        if (isGuestUser(getContext())) return;