mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Initial implementation of Shrink-wrap
Change-Id: If73c7f7ca19ca62ff43134f515584354afef8507
This commit is contained in:
@@ -145,7 +145,7 @@ class ShortcutInfo extends ItemInfo {
|
||||
@Override
|
||||
public String toString() {
|
||||
return "ShortcutInfo(title=" + title.toString() + "intent=" + intent + "id=" + this.id
|
||||
+ " type=" + this.itemType + " container=" + this.container + " screen=" + screen
|
||||
+ " type=" + this.itemType + " container=" + this.container + " screen=" + screenId
|
||||
+ " cellX=" + cellX + " cellY=" + cellY + " spanX=" + spanX + " spanY=" + spanY
|
||||
+ " dropPos=" + dropPos + ")";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user