Remove unneeded setttings search info
Test: chage languages in Settings, search for a mode by name Bug: 354141067 Flag: android.app.modes_ui Change-Id: If12d76d268134e415510304278441a53d76af36d
This commit is contained in:
@@ -142,9 +142,6 @@ public class ZenModesListFragment extends ZenModesFragmentBase {
|
|||||||
@Override
|
@Override
|
||||||
public List<String> getNonIndexableKeys(Context context) {
|
public List<String> getNonIndexableKeys(Context context) {
|
||||||
final List<String> keys = super.getNonIndexableKeys(context);
|
final List<String> keys = super.getNonIndexableKeys(context);
|
||||||
// TODO: b/332937523 - determine if this should be removed once the preference
|
|
||||||
// controller adds dynamic data to index
|
|
||||||
keys.add(ZenModesListPreferenceController.KEY);
|
|
||||||
return keys;
|
return keys;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user