diff --git a/src/com/android/settings/bluetooth/BluetoothSettings.java b/src/com/android/settings/bluetooth/BluetoothSettings.java index a5019804fae..421125c3f43 100644 --- a/src/com/android/settings/bluetooth/BluetoothSettings.java +++ b/src/com/android/settings/bluetooth/BluetoothSettings.java @@ -156,6 +156,7 @@ public class BluetoothSettings extends DeviceListPreferenceFragment implements I @Override public void onStop() { super.onStop(); + mPairedDevicesCategory.removeAll(); if (mBluetoothEnabler != null) { mBluetoothEnabler.pause(); }