Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b8d2cac authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unneeded setttings search info" into main

parents 78da1fec fcebcb27
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
                }