Fix UI settings display issues
- Update access points to reflect the latest IP configuration - Show IP list for static IP networks Bug: 4391449 Change-Id: If8fb6fe8bdca9d6e635b1b12927c17e1661f200c
This commit is contained in:
@@ -509,6 +509,7 @@ public class WifiSettings extends SettingsPreferenceFragment
|
||||
WifiManager.EXTRA_NETWORK_INFO);
|
||||
mConnected.set(info.isConnected());
|
||||
changeNextButtonState(info.isConnected());
|
||||
updateAccessPoints();
|
||||
updateConnectionState(info.getDetailedState());
|
||||
} else if (WifiManager.RSSI_CHANGED_ACTION.equals(action)) {
|
||||
updateConnectionState(null);
|
||||
|
Reference in New Issue
Block a user