Skip to content

Commit

Permalink
Pie: Fix dependency on Last App target for proper alignment.
Browse files Browse the repository at this point in the history
Change-Id: I58bc0bb2cc00bc1509099ff87062f3fddfbeafaa
  • Loading branch information
manelscout4life committed Mar 26, 2013
1 parent 1f76c52 commit ba2fee1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ private void layoutPie() {
int itemCount = mItems.size();
if (!mPanel.currentAppUsesMenu() && !mUseMenuAlways) itemCount--;
if (!mUseSearch) itemCount--;
if (!mUseLastApp) itemCount--;

int totalCount = 0;
int lesserSweepCount = 0;
Expand Down

0 comments on commit ba2fee1

Please sign in to comment.