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

This commit is contained in:
Charlie Anderson
2023-03-10 23:23:04 +00:00
committed by Android (Google) Code Review

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,