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

Commit 6a2b1a44 authored by PauloftheWest's avatar PauloftheWest Committed by Android (Google) Code Review
Browse files

Merge "Fixed a bug were AdvanceWifiSettings would crash on resume." into lmp-dev

parents 0cad779d c2cf2568
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -135,8 +135,10 @@ public class AdvancedWifiSettings extends SettingsPreferenceFragment
            wifiAssistant.setOnPreferenceChangeListener(this);
            wifiAssistant.setChecked(checked);
        } else {
            if (wifiAssistant != null) {
                getPreferenceScreen().removePreference(wifiAssistant);
            }
        }

        Intent wifiDirectIntent = new Intent(context,
                com.android.settings.Settings.WifiP2pSettingsActivity.class);