Merge "Remove unneeded setttings search info" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
4b8d2cacd5
@@ -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