Fix regression in Bluetooth settings.
Bug: 7207090 Change-Id: Ie14a1d36a61b571766d2025ed7d8079712727690
This commit is contained in:
@@ -193,8 +193,8 @@ public abstract class DeviceListPreferenceFragment extends
|
||||
}
|
||||
|
||||
private void updateProgressUi(boolean start) {
|
||||
if (mDeviceListGroup instanceof ProgressCategory) {
|
||||
((ProgressCategory) mDeviceListGroup).setProgress(start);
|
||||
if (mDeviceListGroup instanceof BluetoothProgressCategory) {
|
||||
((BluetoothProgressCategory) mDeviceListGroup).setProgress(start);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user