Bug fix: Toggling Bluetooth off then on will now initiate a scan.

Bug: 17380015
Change-Id: Ie07d9a4f737df32aba7e400b028144f7a81cb37e
This commit is contained in:
PauloftheWest
2014-09-04 14:10:24 -07:00
parent ebe496ea7b
commit 6a1a6a943a

View File

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