Merge "Add the flags for shortcut bubbles"
This commit is contained in:
committed by
Android (Google) Code Review
commit
142d98361a
@@ -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