-Fixed audio focus change not firing.

pull/680/head
John Zhen M 2017-09-10 20:17:16 -07:00 zatwierdzone przez John Zhen Mo
rodzic f8abf92a66
commit e9cdb28a06
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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