Skip to content

Commit

Permalink
Revert "Fix android playback by setting default maxBuffer (#8474)"
Browse files Browse the repository at this point in the history
This reverts commit aa081d1.
  • Loading branch information
raymondjacobson committed May 15, 2024
1 parent fecbca8 commit 81b639f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/mobile/src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ const App = () => {
subscribeToNetworkStatusUpdates()
TrackPlayer.setupPlayer({
minBuffer: 0.1,
// Default value (50), but required to be set on android (crashes otherwise)
maxBuffer: 50,
playBuffer: 0.1,
waitForBuffer: false,
autoHandleInterruptions: true,
Expand Down

0 comments on commit 81b639f

Please sign in to comment.