Misc fixes
- Remove tiny icon in bluetooth subheader - Turn new search on Fix: 35917435 Test: make RunSettingsRoboTests Change-Id: I97a02319108a46a0c3df2295ddec49d47f13b597
This commit is contained in:
@@ -48,7 +48,6 @@ public class BluetoothProgressCategory extends ProgressCategory {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void init() {
|
private void init() {
|
||||||
setIcon(R.drawable.ic_settings_bluetooth);
|
|
||||||
setEmptyTextRes(R.string.bluetooth_no_devices_found);
|
setEmptyTextRes(R.string.bluetooth_no_devices_found);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -40,7 +40,7 @@ public class SearchFeatureProviderImpl implements SearchFeatureProvider {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isEnabled(Context context) {
|
public boolean isEnabled(Context context) {
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user