Skip to content

Commit

Permalink
fix code formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz committed Jul 28, 2024
1 parent e8c425a commit cd2a937
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class AudioPlayerController @Inject constructor(
*/
fun releaseMediaPlayer() {
audioLock.withLock {
if(mediaPlayerActive){
if (mediaPlayerActive) {
mediaPlayer.release()
}
mediaPlayerActive = false
Expand Down

0 comments on commit cd2a937

Please sign in to comment.