diff --git a/src/com/android/settings/bluetooth/BluetoothSettings.java b/src/com/android/settings/bluetooth/BluetoothSettings.java index 1d0dc7e482e..1b0a5076ef0 100755 --- a/src/com/android/settings/bluetooth/BluetoothSettings.java +++ b/src/com/android/settings/bluetooth/BluetoothSettings.java @@ -136,7 +136,7 @@ public final class BluetoothSettings extends DeviceListPreferenceFragment implem @Override public void onActivityCreated(Bundle savedInstanceState) { super.onActivityCreated(savedInstanceState); - mInitialScanStarted = (savedInstanceState != null); // don't auto start scan after rotation + mInitialScanStarted = false; mInitiateDiscoverable = true; mEmptyView = (TextView) getView().findViewById(android.R.id.empty);