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

Commit ac5956a5 authored by Matthew Fritze's avatar Matthew Fritze
Browse files

Hide Display Theme from search results when not available

Test: make RunSettingsRoboTests
Fixes: 62377986
Change-Id: I5d0737034ef3f845e790934465b65a5415654822
parent 68504155
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ public class DisplaySettings extends DashboardFragment {

                @Override
                public List<String> getNonIndexableKeys(Context context) {
                    List<String> keys = new ArrayList<>();
                    List<String> keys = super.getNonIndexableKeys(context);
                    keys.add(KEY_DISPLAY_SIZE);
                    return keys;
                }