From fcda01eb5c383751557f8ea817202aa98a12647e Mon Sep 17 00:00:00 2001 From: tonihei Date: Tue, 15 Jan 2019 11:07:05 +0000 Subject: [PATCH] Remove messages on release of ConcatenatingMediaSource. That was previously handled by the player. But since we switched to Handler messages instead of player messages, we should do that manually. PiperOrigin-RevId: 229341747 --- .../exoplayer2/source/ConcatenatingMediaSource.java | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/library/core/src/main/java/com/google/android/exoplayer2/source/ConcatenatingMediaSource.java b/library/core/src/main/java/com/google/android/exoplayer2/source/ConcatenatingMediaSource.java index 7845694c45..e6d409c659 100644 --- a/library/core/src/main/java/com/google/android/exoplayer2/source/ConcatenatingMediaSource.java +++ b/library/core/src/main/java/com/google/android/exoplayer2/source/ConcatenatingMediaSource.java @@ -473,10 +473,13 @@ public class ConcatenatingMediaSource extends CompositeMediaSource> addMessage =