cmsdk: Make sure we're defauling shouldCollapsePanel to true.
Change-Id: Ibf8c09e54e784a72ddbc56561227d65a33e4d7ab
This commit is contained in:
@@ -742,7 +742,7 @@ public class CustomTile implements Parcelable {
|
||||
private int mIcon;
|
||||
private Context mContext;
|
||||
private ExpandedStyle mExpandedStyle;
|
||||
private boolean mCollapsePanel;
|
||||
private boolean mCollapsePanel = true;
|
||||
|
||||
/**
|
||||
* Constructs a new Builder with the defaults:
|
||||
|
||||
Reference in New Issue
Block a user