Skip to content

Commit

Permalink
fix: Fix lowLatency mode for Android (#1193) (#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktakayama authored Aug 15, 2022
1 parent d56f40f commit a25ca28
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ class AudioplayersPlugin : FlutterPlugin {
val playerMode = call.enumArgument<PlayerMode>("playerMode")
?: error("playerMode is required")
player.playerMode = playerMode
return
}
"setAudioContext" -> {
val audioContext = call.audioContext()
Expand Down

0 comments on commit a25ca28

Please sign in to comment.