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
Tags 0.16
No related merge requests found
......@@ -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