Merge "fix issue where players would be wrongly dismissed" into rvc-dev am: 7d985f792c
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11887440 Change-Id: Iafdc4fae7840aadb758e19d3673c4145145c5572
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user