-Fixed audio focus change not firing.

This commit is contained in:
John Zhen M
2017-10-30 20:58:42 -07:00
committed by John Zhen Mo
parent f8abf92a66
commit e9cdb28a06
@@ -660,7 +660,6 @@ public abstract class BasePlayer implements Player.EventListener,
if (DEBUG) Log.d(TAG, "Unblocking...");
simpleExoPlayer.prepare(playbackManager.getMediaSource(), true, true);
isPrepared = true;
}
@Override