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

Commit 9ae6152f 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: 4a8ce781

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

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