Merge "onConnectedChanged should not update access points"

This commit is contained in:
TreeHugger Robot
2017-08-10 23:35:07 +00:00
committed by Android (Google) Code Review
2 changed files with 21 additions and 3 deletions

View File

@@ -737,12 +737,10 @@ public class WifiSettings extends RestrictedSettingsFragment
}
/**
* Called when the connection state of wifi has changed and isConnected
* should be called to get the updated state.
* Called when the connection state of wifi has changed.
*/
@Override
public void onConnectedChanged() {
updateAccessPointsDelayed();
changeNextButtonState(mWifiTracker.isConnected());
}