From 63f1ec00fbbd109130d1e476371dbc9a87bb544d Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Tue, 12 Aug 2014 09:23:13 -0700 Subject: Further refinement of all apps / widgets transition Change-Id: Id107a9aff74f014c07f8cbea6e74951a02dbddab --- src/com/android/launcher3/AppsCustomizeTabHost.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/launcher3/AppsCustomizeTabHost.java') diff --git a/src/com/android/launcher3/AppsCustomizeTabHost.java b/src/com/android/launcher3/AppsCustomizeTabHost.java index 629bcdb1d..9a516fd41 100644 --- a/src/com/android/launcher3/AppsCustomizeTabHost.java +++ b/src/com/android/launcher3/AppsCustomizeTabHost.java @@ -174,7 +174,7 @@ public class AppsCustomizeTabHost extends FrameLayout implements LauncherTransit // Make sure the current page is loaded (we start loading the side pages after the // transition to prevent slowing down the animation) // TODO: revisit this - mPagedView.loadAssociatedPages(mPagedView.getCurrentPage(), true); + mPagedView.loadAssociatedPages(mPagedView.getCurrentPage()); } } -- cgit v1.2.3