Navigation Menu

Skip to content

Commit

Permalink
cmsdk: Make sure we're defauling shouldCollapsePanel to true.
Browse files Browse the repository at this point in the history
Change-Id: Ibf8c09e54e784a72ddbc56561227d65a33e4d7ab
  • Loading branch information
Adnan Begovic committed Jul 28, 2015
1 parent d2bc093 commit ea3bc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/cyanogenmod/app/CustomTile.java
Expand Up @@ -742,7 +742,7 @@ public static class Builder {
private int mIcon;
private Context mContext;
private ExpandedStyle mExpandedStyle;
private boolean mCollapsePanel;
private boolean mCollapsePanel = true;

/**
* Constructs a new Builder with the defaults:
Expand Down

0 comments on commit ea3bc16

Please sign in to comment.