-Fixed audio focus change not firing.
This commit is contained in:
parent
f0bc2c374a
commit
72e17ce696
1 changed files with 0 additions and 1 deletions
|
|
@ -660,7 +660,6 @@ public abstract class BasePlayer implements Player.EventListener,
|
||||||
if (DEBUG) Log.d(TAG, "Unblocking...");
|
if (DEBUG) Log.d(TAG, "Unblocking...");
|
||||||
|
|
||||||
simpleExoPlayer.prepare(playbackManager.getMediaSource(), true, true);
|
simpleExoPlayer.prepare(playbackManager.getMediaSource(), true, true);
|
||||||
isPrepared = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue