am f4040b3c: am 4a1b7b5f: Merge "Bug fix: Toggling Bluetooth off then on will now initiate a scan." into lmp-dev

* commit 'f4040b3cd138fcba53b9b122ab14decefc5b67a7':
  Bug fix: Toggling Bluetooth off then on will now initiate a scan.
This commit is contained in:
PauloftheWest
2014-09-04 21:39:45 +00:00
committed by Android Git Automerger

View File

@@ -340,6 +340,7 @@ public final class BluetoothSettings extends DeviceListPreferenceFragment implem
case BluetoothAdapter.STATE_TURNING_ON: case BluetoothAdapter.STATE_TURNING_ON:
messageId = R.string.bluetooth_turning_on; messageId = R.string.bluetooth_turning_on;
mInitialScanStarted = false;
break; break;
} }