Loading src/com/android/settings/bluetooth/DeviceListPreferenceFragment.java +1 −0 Original line number Diff line number Diff line Loading @@ -181,6 +181,7 @@ public abstract class DeviceListPreferenceFragment extends if (preference == null) { preference = new BluetoothDevicePreference(getPrefContext(), cachedDevice); preference.setKey(key); mDeviceListGroup.addPreference(preference); } else { // Tell the preference it is being re-used in case there is new info in the Loading Loading
src/com/android/settings/bluetooth/DeviceListPreferenceFragment.java +1 −0 Original line number Diff line number Diff line Loading @@ -181,6 +181,7 @@ public abstract class DeviceListPreferenceFragment extends if (preference == null) { preference = new BluetoothDevicePreference(getPrefContext(), cachedDevice); preference.setKey(key); mDeviceListGroup.addPreference(preference); } else { // Tell the preference it is being re-used in case there is new info in the Loading