Loading src/com/android/settings/TetherSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -388,7 +388,7 @@ public class TetherSettings extends SettingsPreferenceFragment int btState = adapter.getState(); if (btState == BluetoothAdapter.STATE_TURNING_OFF) { mBluetoothTether.setEnabled(false); mBluetoothTether.setSummary(R.string.wifi_stopping); mBluetoothTether.setSummary(R.string.bluetooth_turning_off); } else if (btState == BluetoothAdapter.STATE_TURNING_ON) { mBluetoothTether.setEnabled(false); mBluetoothTether.setSummary(R.string.bluetooth_turning_on); Loading Loading
src/com/android/settings/TetherSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -388,7 +388,7 @@ public class TetherSettings extends SettingsPreferenceFragment int btState = adapter.getState(); if (btState == BluetoothAdapter.STATE_TURNING_OFF) { mBluetoothTether.setEnabled(false); mBluetoothTether.setSummary(R.string.wifi_stopping); mBluetoothTether.setSummary(R.string.bluetooth_turning_off); } else if (btState == BluetoothAdapter.STATE_TURNING_ON) { mBluetoothTether.setEnabled(false); mBluetoothTether.setSummary(R.string.bluetooth_turning_on); Loading