Build fix

Change-Id: Ieaf5c91b85c56a3e042bffaad0fdaba090a891cf
This commit is contained in:
Sunny Goyal
2016-06-22 14:37:34 -07:00
parent 653bfcc743
commit 2e08409732
+1 -1
View File
@@ -1447,7 +1447,7 @@ public class Launcher extends Activity
}
public View getStartViewForAllAppsRevealAnimation() {
return FeatureFlags.NO_ALL_APPS_ICON ? mPageIndicator : mAllAppsButton;
return FeatureFlags.NO_ALL_APPS_ICON ? mWorkspace.getPageIndicator() : mAllAppsButton;
}
public View getWidgetsButton() {