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

Commit 1839cfbb authored by Jacqueline Bronger's avatar Jacqueline Bronger Committed by Automerger Merge Worker
Browse files

Merge "Tv PiP: allow launcher to identify custom actions." into udc-dev am: f14d97df

parents d2019211 f14d97df
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ public class TvPipCustomAction extends TvPipAction {
        Bundle extras = new Bundle();
        extras.putCharSequence(Notification.EXTRA_PICTURE_CONTENT_DESCRIPTION,
                mRemoteAction.getContentDescription());
        extras.putBoolean(Notification.EXTRA_CONTAINS_CUSTOM_VIEW, true);
        builder.addExtras(extras);

        builder.setSemanticAction(isCloseAction()