Loading src/com/android/settings/bluetooth/BluetoothSettings.java +1 −0 Original line number Diff line number Diff line Loading @@ -179,6 +179,7 @@ public final class BluetoothSettings extends DeviceListPreferenceFragment implem getActivity().registerReceiver(mReceiver, mIntentFilter); if (mLocalAdapter != null) { mLocalAdapter.setBluetoothStateInt(mLocalAdapter.getBluetoothState()); updateContent(mLocalAdapter.getBluetoothState()); } } Loading Loading
src/com/android/settings/bluetooth/BluetoothSettings.java +1 −0 Original line number Diff line number Diff line Loading @@ -179,6 +179,7 @@ public final class BluetoothSettings extends DeviceListPreferenceFragment implem getActivity().registerReceiver(mReceiver, mIntentFilter); if (mLocalAdapter != null) { mLocalAdapter.setBluetoothStateInt(mLocalAdapter.getBluetoothState()); updateContent(mLocalAdapter.getBluetoothState()); } } Loading