You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In overloaded cache method instead of passing @Nullable AtomicBoolean isCanceled argument this method just passes null next. So now modifying the AtomicBoolean doesn't cancel the caching.
In overloaded
cache
method instead of passing@Nullable AtomicBoolean isCanceled
argument this method just passesnull
next. So now modifying the AtomicBoolean doesn't cancel the caching.ExoPlayer/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/CacheUtil.java
Line 135 in 000f3f2
The text was updated successfully, but these errors were encountered: