Build fix
am: 2e08409732
Change-Id: I8a9d366edc5da6d786913d2cb22dee97faacaf06
This commit is contained in:
commit
028e953ff9
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue