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

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

Merge "TV PIP: Dismiss notification when the PIP is over" into oc-dev

parents 9bb5e166 b7db9f92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ public class PipNotification {

    private void dismissPipNotification() {
        mNotified = false;
        mNotificationManager.cancel(SystemMessage.NOTE_TV_PIP);
        mNotificationManager.cancel(NOTIFICATION_TAG, SystemMessage.NOTE_TV_PIP);
    }

    private boolean updateMediaControllerMetadata() {