Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleExpandedView.java +1 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleExpandedView.java +1 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading