Skip to content

Commit

Permalink
[maro/#18] feat : 4주차 구현 완료
Browse files Browse the repository at this point in the history
  • Loading branch information
leesumin0526 committed May 6, 2024
1 parent b625be4 commit bbcf4da
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 32 deletions.
65 changes: 33 additions & 32 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions UMC_6th/app/src/main/java/com/example/umc_6th/SongActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ class SongActivity : AppCompatActivity() {


fun setPlayerStatus (isPlaying : Boolean){
song.isPlaying = isPlaying
timer.isPlaying = isPlaying

if(isPlaying){ // 재생중
binding.songMiniplayerIv.visibility = View.GONE
binding.songPauseIv.visibility = View.VISIBLE
Expand Down

0 comments on commit bbcf4da

Please # to comment.