Build fix

am: 2e08409732

Change-Id: I8a9d366edc5da6d786913d2cb22dee97faacaf06
This commit is contained in:
Sunny Goyal
2016-06-22 21:43:29 +00:00
committed by android-build-merger
+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() {