Merge "Prevents an extra Widget shortcut from showing when popup receives update." into tm-qpr-dev am: b8827be992 am: f09e93f046

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/21956947

Change-Id: I7e6dade50698a124ef05a13f81fcfc98ba855911
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Charlie Anderson
2023-03-11 00:59:39 +00:00
committed by Automerger Merge Worker

View File

@@ -463,6 +463,7 @@ public class PopupContainerWithArrow<T extends Context & ActivityContext>
return;
}
mSystemShortcutContainer = inflateAndAdd(systemShortcutContainerLayout, this);
mWidgetContainer = mSystemShortcutContainer;
for (int i = 0; i < systemShortcuts.size(); i++) {
initializeSystemShortcut(
systemShortcutLayout,