Build fix
Change-Id: Ieaf5c91b85c56a3e042bffaad0fdaba090a891cf
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user