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