Changing order of binding to prevent errant flashing while loading workspace.
Change-Id: I75eb39600d1cd28980fd0365affb2c6e5f7162c1
This commit is contained in:
@@ -149,7 +149,10 @@ class ShortcutInfo extends ItemInfo {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "ShortcutInfo(title=" + title.toString() + ")";
|
||||
return "ShortcutInfo(title=" + title.toString() + "intent=" + intent + "id=" + this.id
|
||||
+ " type=" + this.itemType + " container=" + this.container + " screen=" + screen
|
||||
+ " cellX=" + cellX + " cellY=" + cellY + " spanX=" + spanX + " spanY=" + spanY
|
||||
+ " isGesture=" + isGesture + " dropPos=" + dropPos + ")";
|
||||
}
|
||||
|
||||
public static void dumpShortcutInfoList(String tag, String label,
|
||||
|
||||
Reference in New Issue
Block a user