Merge "Add the flags for shortcut bubbles"

This commit is contained in:
TreeHugger Robot
2020-10-20 00:22:05 +00:00
committed by Android (Google) Code Review

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 {