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:
Fan Zhang
2017-03-09 13:50:29 -08:00
parent 5e2545c3e6
commit 1f5fdab61e
2 changed files with 1 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ public class BluetoothProgressCategory extends ProgressCategory {
}
private void init() {
setIcon(R.drawable.ic_settings_bluetooth);
setEmptyTextRes(R.string.bluetooth_no_devices_found);
}
}

View File

@@ -40,7 +40,7 @@ public class SearchFeatureProviderImpl implements SearchFeatureProvider {
@Override
public boolean isEnabled(Context context) {
return false;
return true;
}
@Override