Revision 3bdfb76c0c01bd5980334b7f13115e670786bffa authored by andrewlewis on 12 March 2021, 18:53:46 UTC, committed by marcbaechinger on 09 April 2021, 15:56:54 UTC
`ImaAdsLoader` clears its `AdPlaybackState` when it's released but this could
cause `AdsMediaSource` to look up information in the ad playback state that is
no longer in bounds.

Issue: #8693

PiperOrigin-RevId: 362556286
1 parent 64ce86a
History
File Mode Size
.github
.idea
demos
extensions
gradle
library
playbacktests
robolectricutils
testdata
testutils
.gitignore -rw-r--r-- 1.0 KB
.hgignore -rw-r--r-- 1.2 KB
CONTRIBUTING.md -rw-r--r-- 1.7 KB
LICENSE -rw-r--r-- 11.1 KB
README.md -rw-r--r-- 5.0 KB
RELEASENOTES.md -rw-r--r-- 180.4 KB
build.gradle -rw-r--r-- 1.3 KB
common_library_config.gradle -rw-r--r-- 1.2 KB
constants.gradle -rw-r--r-- 1.9 KB
core_settings.gradle -rw-r--r-- 4.5 KB
gradle.properties -rw-r--r-- 156 bytes
gradlew -rwxr-xr-x 5.0 KB
gradlew.bat -rw-r--r-- 2.3 KB
javadoc_combined.gradle -rw-r--r-- 2.8 KB
javadoc_library.gradle -rw-r--r-- 1.8 KB
javadoc_util.gradle -rw-r--r-- 2.5 KB
publish.gradle -rw-r--r-- 4.3 KB
settings.gradle -rw-r--r-- 1.4 KB

README.md

back to top