mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-15 08:38:20 +00:00
[pixel-search] Change Nasa actions title name
Change-Id: I3e44513d797d867b97664ff2ee46a8e33d020e99
This commit is contained in:
@@ -107,8 +107,9 @@ public class SearchTarget implements Comparable<SearchTarget> {
|
||||
SHORTCUT(5, "Shortcuts", ViewType.SHORTCUT),
|
||||
PEOPLE(6, "People", ViewType.PEOPLE),
|
||||
SCREENSHOT(7, "Screenshots", ViewType.THUMBNAIL),
|
||||
REMOTE_ACTION(8, "Remote Actions", ViewType.SHORTCUT),
|
||||
SUGGEST(9, "Fallback Search", ViewType.SUGGEST);
|
||||
ACTION(8, "Actions", ViewType.SHORTCUT),
|
||||
SUGGEST(9, "Fallback Search", ViewType.SUGGEST),
|
||||
CHROME_TAB(10, "Chrome Tab", ViewType.SHORTCUT);
|
||||
|
||||
private final int mId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user