Skip to content

Commit

Permalink
[ZEUS-4787] small code updates
Browse files Browse the repository at this point in the history
  • Loading branch information
KharchenkoAlex committed Aug 19, 2024
1 parent 1b939d5 commit e681147
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,7 @@ class BitmovinVideoPlayerPlugin : VideoPlayerPlugin {
}

private fun unbindAndStopBackgroundService(context: Context) {
if (!isServiceBound) {
return
}
if (!isServiceBound) return

val intent = Intent(context, BackgroundPlaybackService::class.java)

Expand Down

0 comments on commit e681147

Please sign in to comment.