Loading src/com/android/settings/bluetooth/BluetoothSettings.java +1 −0 Original line number Diff line number Diff line Loading @@ -210,6 +210,7 @@ public final class BluetoothSettings extends DeviceListPreferenceFragment implem @Override public void onStop() { super.onStop(); mPairedDevicesCategory.removeAll(); if (mBluetoothEnabler != null) { mBluetoothEnabler.pause(); } Loading Loading
src/com/android/settings/bluetooth/BluetoothSettings.java +1 −0 Original line number Diff line number Diff line Loading @@ -210,6 +210,7 @@ public final class BluetoothSettings extends DeviceListPreferenceFragment implem @Override public void onStop() { super.onStop(); mPairedDevicesCategory.removeAll(); if (mBluetoothEnabler != null) { mBluetoothEnabler.pause(); } Loading