summaryrefslogtreecommitdiff
path: root/src/com/android/launcher3/popup
diff options
context:
space:
mode:
authorCharlie Anderson <charlander@google.com>2023-03-11 00:59:39 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-03-11 00:59:39 +0000
commitf94dd176944d4f8a3ebc89e002bd166323752909 (patch)
treed32c70b344488a598621ecead426646c4f67d1c5 /src/com/android/launcher3/popup
parent7e1fede6730e1429d7270d66e48cbcafdb790b5d (diff)
parentf09e93f046ffe573b25bbfdbbd35b0b42f888a08 (diff)
downloadLauncher3-f94dd176944d4f8a3ebc89e002bd166323752909.tar.gz
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>
Diffstat (limited to 'src/com/android/launcher3/popup')
-rw-r--r--src/com/android/launcher3/popup/PopupContainerWithArrow.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher3/popup/PopupContainerWithArrow.java b/src/com/android/launcher3/popup/PopupContainerWithArrow.java
index c20ac17210..43ca2a6efb 100644
--- a/src/com/android/launcher3/popup/PopupContainerWithArrow.java
+++ b/src/com/android/launcher3/popup/PopupContainerWithArrow.java
@@ -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,