am 958d1ee6
: Merge "Fixed an illustrious NullPointer bug on Wifi Assistant" into lmp-dev
* commit '958d1ee6d584b7489d57071305c44635a0534ba9': Fixed an illustrious NullPointer bug on Wifi Assistant
This commit is contained in:
@@ -729,7 +729,7 @@ public class WifiSettings extends RestrictedSettingsFragment
|
||||
}
|
||||
|
||||
private boolean prepareWifiAssistantCard() {
|
||||
if (mWifiAssistantPreference != null) {
|
||||
if (mWifiAssistantPreference == null) {
|
||||
mWifiAssistantPreference = new WifiAssistantPreference();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user