diff --git a/src/com/android/settings/bluetooth/BluetoothSettings.java b/src/com/android/settings/bluetooth/BluetoothSettings.java index 317a350d80a..dfa97f03cef 100644 --- a/src/com/android/settings/bluetooth/BluetoothSettings.java +++ b/src/com/android/settings/bluetooth/BluetoothSettings.java @@ -215,6 +215,7 @@ public final class BluetoothSettings extends DeviceListPreferenceFragment implem @Override public void onStop() { super.onStop(); + mPairedDevicesCategory.removeAll(); if (mBluetoothEnabler != null) { mBluetoothEnabler.pause(); }