commit | 0cd3b64e607cc1f81ed49b00ef7398c2a2b7a48d | [log] [tgz] |
---|---|---|
author | Adam Cohen <adamcohen@google.com> | Fri Oct 14 14:58:00 2011 -0700 |
committer | Adam Cohen <adamcohen@google.com> | Fri Oct 14 16:50:14 2011 -0700 |
tree | af0a88702f53f813747c426371be5d86713236f3 | |
parent | 3f74f0cbc63a1ee264b49d5ca88954ea294b366b [diff] [blame] |
Add ability to swipe from apps to widgets in AllAppsCustomize (issue 5453016) Change-Id: I4d725cf1ee11d67f5149dbd0edbcb2e0af3b80ee
diff --git a/src/com/android/launcher2/PagedView.java b/src/com/android/launcher2/PagedView.java index afb2b94..8121d3b 100644 --- a/src/com/android/launcher2/PagedView.java +++ b/src/com/android/launcher2/PagedView.java
@@ -1685,6 +1685,10 @@ } if (mContentIsRefreshable) { + // Force all scrolling-related behavior to end + mScroller.forceFinished(true); + mNextPage = INVALID_PAGE; + // Update all the pages syncPages();