Merge "Fix issue with source params not reporting predicted apps." into ub-launcher3-burnaby-polish

This commit is contained in:
Winson Chung
2015-10-16 22:20:14 +00:00
committed by Android (Google) Code Review
5 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -4496,7 +4496,7 @@ public class Workspace extends PagedView
}
@Override
public void fillInLaunchSourceData(Bundle sourceData) {
public void fillInLaunchSourceData(View v, Bundle sourceData) {
sourceData.putString(Stats.SOURCE_EXTRA_CONTAINER, Stats.CONTAINER_HOMESCREEN);
sourceData.putInt(Stats.SOURCE_EXTRA_CONTAINER_PAGE, getCurrentPage());
}