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
commit 028e953ff9
1 changed files with 1 additions and 1 deletions

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() {