Merge "Hide Display Theme from search results when not available" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9f2f9e331f
@@ -129,7 +129,7 @@ public class DisplaySettings extends DashboardFragment {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<String> getNonIndexableKeys(Context context) {
|
public List<String> getNonIndexableKeys(Context context) {
|
||||||
List<String> keys = new ArrayList<>();
|
List<String> keys = super.getNonIndexableKeys(context);
|
||||||
keys.add(KEY_DISPLAY_SIZE);
|
keys.add(KEY_DISPLAY_SIZE);
|
||||||
return keys;
|
return keys;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user