diff options
author | PauloftheWest <paulofthewest@google.com> | 2014-09-04 14:10:24 -0700 |
---|---|---|
committer | PauloftheWest <paulofthewest@google.com> | 2014-09-04 14:10:24 -0700 |
commit | 6a1a6a943afcc057d266d4c7a5a4b4affb545227 (patch) | |
tree | 9c190233057c6b36b860c8c9ceea882ab70675bc /src/com/android/settings/bluetooth/BluetoothSettings.java | |
parent | ebe496ea7b18c5d702db4beee270046e43e491ad (diff) | |
download | packages_apps_Settings-6a1a6a943afcc057d266d4c7a5a4b4affb545227.zip packages_apps_Settings-6a1a6a943afcc057d266d4c7a5a4b4affb545227.tar.gz packages_apps_Settings-6a1a6a943afcc057d266d4c7a5a4b4affb545227.tar.bz2 |
Bug fix: Toggling Bluetooth off then on will now initiate a scan.
Bug: 17380015
Change-Id: Ie07d9a4f737df32aba7e400b028144f7a81cb37e
Diffstat (limited to 'src/com/android/settings/bluetooth/BluetoothSettings.java')
-rwxr-xr-x | src/com/android/settings/bluetooth/BluetoothSettings.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/settings/bluetooth/BluetoothSettings.java b/src/com/android/settings/bluetooth/BluetoothSettings.java index ec288f3..e29ccc9 100755 --- a/src/com/android/settings/bluetooth/BluetoothSettings.java +++ b/src/com/android/settings/bluetooth/BluetoothSettings.java @@ -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; } |