Fixing issue where side pages in all apps were showing. (Bug 6393199)

Change-Id: Ida954e738586a8434a776a23e629bf5d3e06da77
This commit is contained in:
Winson Chung
2012-04-26 13:13:01 -07:00
parent 58039d634c
commit d167e2a09f
@@ -1419,7 +1419,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
float alpha;
if (!LauncherApplication.isScreenLarge() || scrollProgress < 0) {
if (scrollProgress < 0) {
alpha = scrollProgress < 0 ? mAlphaInterpolator.getInterpolation(
1 - Math.abs(scrollProgress)) : 1.0f;
} else {