Fix regression in Bluetooth settings.
Bug: 7207090 Change-Id: Ie14a1d36a61b571766d2025ed7d8079712727690
This commit is contained in:
@@ -282,8 +282,7 @@ public final class BluetoothSettings extends DeviceListPreferenceFragment {
|
||||
|
||||
// Available devices category
|
||||
if (mAvailableDevicesCategory == null) {
|
||||
mAvailableDevicesCategory = new ProgressCategory(getActivity(), null,
|
||||
R.string.bluetooth_no_devices_found);
|
||||
mAvailableDevicesCategory = new BluetoothProgressCategory(getActivity(), null);
|
||||
} else {
|
||||
mAvailableDevicesCategory.removeAll();
|
||||
}
|
||||
|
Reference in New Issue
Block a user