Skip to content
Snippets Groups Projects
Commit af2835d8 authored by Ryan Harg's avatar Ryan Harg
Browse files

Merge branch 'bugfix/87-show-pause-icon-when-playing' into 'develop'

#87: Show Pause icon when song is playing

Closes #87

See merge request !81
parents 4c6dde3e 1e1e34ca
Branches
Tags
1 merge request!81#87: Show Pause icon when song is playing
Pipeline #15968 passed
...@@ -349,7 +349,7 @@ class MainActivity : AppCompatActivity() { ...@@ -349,7 +349,7 @@ class MainActivity : AppCompatActivity() {
when (message.playing) { when (message.playing) {
true -> { true -> {
binding.nowPlayingContainer?.nowPlayingToggle?.icon = getDrawable(R.drawable.pause) binding.nowPlayingContainer?.nowPlayingToggle?.icon = getDrawable(R.drawable.pause)
binding.nowPlayingContainer?.nowPlayingToggle?.icon = getDrawable(R.drawable.pause) binding.nowPlayingContainer?.nowPlayingDetailsToggle?.icon = getDrawable(R.drawable.pause)
} }
false -> { false -> {
......
Show pause icon when song is playing (#87)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment