Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz committed Jul 28, 2024
1 parent cd2a937 commit da4ad42
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,10 @@ class AudioPlayerController @Inject constructor(
audioLock.withLock {
playProgress?.value =
AsyncResult.Failure(
AudioPlayerException("Audio Player put in error state with what: $what and extra: $extra")
AudioPlayerException(
"Audio Player put in error state with what: $what " +
"and extra: $extra"
)
)
releaseMediaPlayer()
initializeMediaPlayer()
Expand Down

0 comments on commit da4ad42

Please sign in to comment.