Loading src/com/android/settings/bluetooth/BluetoothDetailsProfilesController.java +1 −1 Original line number Diff line number Diff line Loading @@ -479,7 +479,7 @@ public class BluetoothDetailsProfilesController extends BluetoothDetailsControll @Override protected void refresh() { for (LocalBluetoothProfile profile : getProfiles()) { if (!profile.isProfileReady()) { if (profile != null && !profile.isProfileReady()) { continue; } SwitchPreference pref = mProfilesContainer.findPreference( Loading Loading
src/com/android/settings/bluetooth/BluetoothDetailsProfilesController.java +1 −1 Original line number Diff line number Diff line Loading @@ -479,7 +479,7 @@ public class BluetoothDetailsProfilesController extends BluetoothDetailsControll @Override protected void refresh() { for (LocalBluetoothProfile profile : getProfiles()) { if (!profile.isProfileReady()) { if (profile != null && !profile.isProfileReady()) { continue; } SwitchPreference pref = mProfilesContainer.findPreference( Loading