Merge "onConnectedChanged should not update access points"
This commit is contained in:
committed by
Android (Google) Code Review
commit
65e557754e
@@ -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());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user