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

Commit 41d5a72b authored by Jaewan Kim's avatar Jaewan Kim Committed by android-build-merger
Browse files

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

am: 86038795

Change-Id: I31e86c12b2df2d98cee514ce57d27da9c5e6beef
parents 55f79db7 86038795
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() {