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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user