mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Unifying toString() method for various ItemInfo subclasses
Change-Id: I7cde42f0df412e2877fb93c77e74ee56a25edead
This commit is contained in:
@@ -29,4 +29,9 @@ public class PendingAddItemInfo extends ItemInfo {
|
||||
* The component that will be created.
|
||||
*/
|
||||
public ComponentName componentName;
|
||||
|
||||
@Override
|
||||
protected String dumpProperties() {
|
||||
return super.dumpProperties() + " componentName=" + componentName;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user