Skip to content

Commit

Permalink
Add whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dturner committed Jun 3, 2020
1 parent 908345d commit b8d9c07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ open class MusicService : MediaBrowserServiceCompat() {
// If playback is paused we remove the foreground state which allows the
// notification to be dismissed. An alternative would be to provide a "close"
// button in the notification which stops playback and clears the notification.
if (playbackState == Player.STATE_READY){
if (playbackState == Player.STATE_READY) {
if (!playWhenReady) stopForeground(false)
}
}
Expand Down

0 comments on commit b8d9c07

Please sign in to comment.