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

Commit d4584a0d authored by Robin Lee's avatar Robin Lee
Browse files

Rescue Tv SystemUI from broadcast receiver changes

Bug: 161145287
Bug: 217670016
Change-Id: I9e982cc09777ed0e3bc4bc1300cb7c4791bac10c
parent 21466743
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ public class TvPipMenuController implements PipMenuController, TvPipMenuView.Lis
        };
        context.registerReceiverForAllUsers(closeSystemDialogsBroadcastReceiver,
                new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), null /* permission */,
                mainHandler);
                mainHandler, Context.RECEIVER_EXPORTED);

        pipMediaController.addActionListener(this::onMediaActionsChanged);
    }