am 38b2a89e: am ff455f40: am 958d1ee6: Merge "Fixed an illustrious NullPointer bug on Wifi Assistant" into lmp-dev
* commit '38b2a89ee06d1eba67e5c13e76d9ca22b41125b5': 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() {
|
private boolean prepareWifiAssistantCard() {
|
||||||
if (mWifiAssistantPreference != null) {
|
if (mWifiAssistantPreference == null) {
|
||||||
mWifiAssistantPreference = new WifiAssistantPreference();
|
mWifiAssistantPreference = new WifiAssistantPreference();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user