Add the flags for shortcut bubbles

Test: manual with test app now that it does shortcuts too
Fixes: 170976167
Change-Id: I923b82e62e7a1247a9b4c073a8e4bf00ebb02b48
This commit is contained in:
Mady Mellor
2020-10-19 15:15:47 -07:00
parent 02e40de6d3
commit 731ddd86ae

View File

@@ -136,6 +136,7 @@ public class BubbleExpandedView extends LinearLayout {
}
try {
if (!mIsOverflow && mBubble.hasMetadataShortcutId()) {
options.setApplyActivityFlagsForBubbles(true);
mTaskView.startShortcutActivity(mBubble.getShortcutInfo(),
options, null /* sourceBounds */);
} else {