mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Make classes that extend ItemInfo public.
Also follow up on changes in ag/418520, adding Views to those method params. Change-Id: I93e0a3b30d10b969d1903a2f227f6744d709e89a
This commit is contained in:
@@ -31,7 +31,7 @@ import java.util.ArrayList;
|
||||
/**
|
||||
* Represents a launchable icon on the workspaces and in folders.
|
||||
*/
|
||||
class ShortcutInfo extends ItemInfo {
|
||||
public class ShortcutInfo extends ItemInfo {
|
||||
|
||||
/**
|
||||
* The intent used to start the application.
|
||||
|
||||
Reference in New Issue
Block a user