Skip to content

Commit

Permalink
stop calling listener twice
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Feb 22, 2025
1 parent 175cde9 commit bcc6a62
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ class GramophoneRenderFactory(context: Context,
) {
configurationListener(inputFormat, specifiedBufferSize, outputChannels)
super.configure(inputFormat, specifiedBufferSize, outputChannels)
configurationListener(inputFormat, specifiedBufferSize, outputChannels)
}
}
}

0 comments on commit bcc6a62

Please sign in to comment.