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

Commit 86038795 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

Change-Id: I234a22a713b355876abb4917a16a0971a8cb9689
parents 9406962b 31f6a3dc
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() {