Skip to content

Commit

Permalink
Fix formatting of kotlin code (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter committed Jan 1, 2023
1 parent 81958a6 commit 6a66d42
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -178,7 +178,7 @@ class WrappedPlayer internal constructor(
}
if (releaseMode != ReleaseMode.RELEASE) {
pause()
if(prepared) {
if (prepared) {
if (player?.isLiveStream() == true) {
player?.stop()
prepared = false
Expand Down

0 comments on commit 6a66d42

Please sign in to comment.