Merge "Bluetooth : fix for showing paired device list error"
This commit is contained in:
1
src/com/android/settings/bluetooth/BluetoothSettings.java
Normal file → Executable file
1
src/com/android/settings/bluetooth/BluetoothSettings.java
Normal file → Executable file
@@ -236,6 +236,7 @@ public final class BluetoothSettings extends DeviceListPreferenceFragment {
|
||||
case BluetoothAdapter.STATE_ON:
|
||||
preferenceScreen.removeAll();
|
||||
preferenceScreen.setOrderingAsAdded(true);
|
||||
mDevicePreferenceMap.clear();
|
||||
|
||||
// This device
|
||||
if (mMyDevicePreference == null) {
|
||||
|
Reference in New Issue
Block a user