diff --git a/src/com/android/settings/bluetooth/DeviceProfilesSettings.java b/src/com/android/settings/bluetooth/DeviceProfilesSettings.java index e58abd6f37c..59d67923096 100755 --- a/src/com/android/settings/bluetooth/DeviceProfilesSettings.java +++ b/src/com/android/settings/bluetooth/DeviceProfilesSettings.java @@ -280,9 +280,9 @@ public final class DeviceProfilesSettings extends SettingsPreferenceFragment profile.setPreferred(device.getDevice(), false); if (profile instanceof MapProfile) { device.setMessagePermissionChoice(BluetoothDevice.ACCESS_REJECTED); - refreshProfilePreference( - (CheckBoxPreference)findPreference(profile.toString()), profile); } + refreshProfilePreference( + (CheckBoxPreference)findPreference(profile.toString()), profile); } };