am 8d6d8f02: am 27334dbe: Settings: Fix hotspot switch state issue.

* commit '8d6d8f02fa94ec32d43d7532df2a5d000c0e3edc':
  Settings: Fix hotspot switch state issue.
This commit is contained in:
John Spurlock
2014-10-17 16:41:17 +00:00
committed by Android Git Automerger

View File

@@ -194,6 +194,7 @@ public class WifiApEnabler {
break;
case WifiManager.WIFI_AP_STATE_DISABLING:
mSwitch.setSummary(R.string.wifi_tether_stopping);
mSwitch.setChecked(false);
mSwitch.setEnabled(false);
break;
case WifiManager.WIFI_AP_STATE_DISABLED: