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

Commit 16b12b31 authored by Lucas Dupin's avatar Lucas Dupin Committed by Automerger Merge Worker
Browse files

Merge "fix issue where players would be wrongly dismissed" into rvc-dev am:...

Merge "fix issue where players would be wrongly dismissed" into rvc-dev am: 7d985f79 am: e03e8351

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11887440

Change-Id: I7d241b1c66fd333881c17b495737524f9edc6cba
parents 009e4aba e03e8351
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@ class MediaDataManager @Inject constructor(
                }
                it.active = !timedOut
                onMediaDataLoaded(token, token, it)
            } else {
            } else if (timedOut) {
                notificationEntryManager.removeNotification(it.notificationKey, null /* ranking */,
                        UNDEFINED_DISMISS_REASON)
            }