am 5eb32e86
: b/2005377 Fixed the problem where previously paired devics can\'t be access(grayed out) in Bluetooth settings after a reboot.
Merge commit '5eb32e86a244b7cddde109dc4d2d466553c1a4b7' * commit '5eb32e86a244b7cddde109dc4d2d466553c1a4b7': b/2005377 Fixed the problem where previously paired devics can't be access(grayed out) in Bluetooth settings after a reboot.
This commit is contained in:
@@ -97,6 +97,8 @@ public class BluetoothDevicePreference extends Preference implements LocalBlueto
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isEnabled() {
|
public boolean isEnabled() {
|
||||||
|
// Temp fix until we have 2053751 fixed in the framework
|
||||||
|
setEnabled(true);
|
||||||
return super.isEnabled() && !mIsBusy;
|
return super.isEnabled() && !mIsBusy;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user