summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeter Schiller <peterschiller@google.com>2016-07-12 22:39:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-07-12 22:39:33 +0000
commite22e60744012e7c67a415ac3ed99f21828ba8cc5 (patch)
tree3073a24982237ff90511e377303e9976197f69b5 /src
parentca7f30f7cfdbea155cbef701485718fa5dd86f46 (diff)
parentc529c98f1109c230732966c73119bb2bdaabc663 (diff)
downloadandroid_packages_apps_Trebuchet-e22e60744012e7c67a415ac3ed99f21828ba8cc5.tar.gz
android_packages_apps_Trebuchet-e22e60744012e7c67a415ac3ed99f21828ba8cc5.tar.bz2
android_packages_apps_Trebuchet-e22e60744012e7c67a415ac3ed99f21828ba8cc5.zip
Merge "Reset scroll position when all apps is reset" into ub-launcher3-calgary
Diffstat (limited to 'src')
-rw-r--r--src/com/android/launcher3/allapps/AllAppsContainerView.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher3/allapps/AllAppsContainerView.java b/src/com/android/launcher3/allapps/AllAppsContainerView.java
index c7e08db70..a2b5fa552 100644
--- a/src/com/android/launcher3/allapps/AllAppsContainerView.java
+++ b/src/com/android/launcher3/allapps/AllAppsContainerView.java
@@ -290,6 +290,7 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc
*/
public void reset() {
// Reset the search bar and base recycler view after transitioning home
+ scrollToTop();
mSearchBarController.reset();
mAppsRecyclerView.reset();
}