commit | 63f1ec00fbbd109130d1e476371dbc9a87bb544d | [log] [tgz] |
---|---|---|
author | Adam Cohen <adamcohen@google.com> | Tue Aug 12 09:23:13 2014 -0700 |
committer | Adam Cohen <adamcohen@google.com> | Wed Aug 13 21:39:48 2014 +0000 |
tree | 3ce4a58917723ada9e838629e5660fe0758b83e7 | |
parent | 0fc1be164e982433e619bcbb16aa67e28ff681ef [diff] [blame] |
Further refinement of all apps / widgets transition Change-Id: Id107a9aff74f014c07f8cbea6e74951a02dbddab
diff --git a/src/com/android/launcher3/AppsCustomizeTabHost.java b/src/com/android/launcher3/AppsCustomizeTabHost.java index 629bcdb..9a516fd 100644 --- a/src/com/android/launcher3/AppsCustomizeTabHost.java +++ b/src/com/android/launcher3/AppsCustomizeTabHost.java
@@ -174,7 +174,7 @@ // 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()); } }