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

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

Merge "Fixed an illustrious NullPointer bug on Wifi Assistant" into lmp-dev

parents a8e0a5b5 63a1affd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -729,7 +729,7 @@ public class WifiSettings extends RestrictedSettingsFragment
    }

    private boolean prepareWifiAssistantCard() {
        if (mWifiAssistantPreference != null) {
        if (mWifiAssistantPreference == null) {
            mWifiAssistantPreference = new WifiAssistantPreference();
        }