* commit 'c89fa2fbfb90cae676a2a24c970c3d18efd781e4': Fix UI issue with Bluetooth Settings.
This commit is contained in:
@@ -332,7 +332,7 @@ public final class DeviceProfilesSettings extends SettingsPreferenceFragment
|
||||
* Gray out checkbox while connecting and disconnecting
|
||||
*/
|
||||
profilePref.setEnabled(!mCachedDevice.isBusy());
|
||||
profilePref.setChecked(mCachedDevice.isConnectedProfile(profile));
|
||||
profilePref.setChecked(profile.isPreferred(device));
|
||||
profilePref.setSummary(profile.getSummaryResourceForDevice(device));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user