From 85f9ce48ef56eccddd5c005c3a91e2471f8d6b10 Mon Sep 17 00:00:00 2001 From: Andy Wickham Date: Fri, 8 Jul 2022 16:14:21 -0700 Subject: [PATCH] Notifies All Apps header when profile tab switches. This fixes scroll listeners which control the header from Taskbar. In other instances of the All Apps container (i.e. from Launcher), the search bar indirectly updates the header because resetSearch is called, which also resets the header. Separately, I would like to clean that up so that AllAppsContainerView does not get controlled by the search bar (maybe as part of a larger reset cleanup). Fix: 236812759 Test: Manual on device with Taskbar Change-Id: I9921e89c87d5e18e4b28854fbb373f24b4189014 --- src/com/android/launcher3/allapps/BaseAllAppsContainerView.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/com/android/launcher3/allapps/BaseAllAppsContainerView.java b/src/com/android/launcher3/allapps/BaseAllAppsContainerView.java index 499e749006..62a5e563ef 100644 --- a/src/com/android/launcher3/allapps/BaseAllAppsContainerView.java +++ b/src/com/android/launcher3/allapps/BaseAllAppsContainerView.java @@ -602,6 +602,8 @@ public abstract class BaseAllAppsContainerView