Fixing issue where side pages in all apps were showing. (Bug 6393199)
Change-Id: Ida954e738586a8434a776a23e629bf5d3e06da77
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user