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

#87: Show Pause icon when song is playing

parent 4c6dde3e
No related branches found
No related tags found
1 merge request!81#87: Show Pause icon when song is playing
Pipeline #15967 passed with stages
in 6 minutes and 42 seconds
......@@ -349,7 +349,7 @@ class MainActivity : AppCompatActivity() {
when (message.playing) {
true -> {
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 -> {
......
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.
Finish editing this message first!
Please register or to comment