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

Commit 08bdbf3d authored by Matthew Fritze's avatar Matthew Fritze Committed by android-build-merger
Browse files

Merge "Hide Display Theme from search results when not available" into oc-dev

am: 9f2f9e33

Change-Id: Ie3fe1e8a7d2ac0c4045209403966dd80b7c4b5fa
parents 5a4603f5 9f2f9e33
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;
                }