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:
Julia Reynolds
2024-09-12 09:13:40 -04:00
parent 42f9496b54
commit fcebcb2735

View File

@@ -142,9 +142,6 @@ public class ZenModesListFragment extends ZenModesFragmentBase {
@Override
public List<String> getNonIndexableKeys(Context 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;
}