* commit '27b64086fdf6a219c3f66f6c57ad3e4bb3dcc575': Settings: Fix hotspot switch state issue.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user