Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 142d9836 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add the flags for shortcut bubbles"

parents 9199bca1 731ddd86
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 {