mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Merge "Prevents an extra Widget shortcut from showing when popup receives update." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b8827be992
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user