Skip to content

Commit

Permalink
v1.2.3(11)
Browse files Browse the repository at this point in the history
1. Fix notification not showing full.
2. Fix notification icon not showing in dark mode.
  • Loading branch information
a1573595 committed Jun 4, 2022
1 parent 18a067b commit fcd67d7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .idea/deploymentTargetDropDown.xml

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

7 changes: 7 additions & 0 deletions .idea/misc.xml

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

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.a1573595.musicplayer"
minSdkVersion 22
targetSdkVersion 32
versionCode 9
versionName "1.2.2"
versionCode 11
versionName "1.2.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ class PlayerService : Service(), Observer {
largeRemoteView.setOnClickPendingIntent(R.id.img_next, intentNext)
largeRemoteView.setOnClickPendingIntent(R.id.img_cancel, intentCancel)


val notificationBuilder = NotificationCompat.Builder(this, CHANNEL_ID_MUSIC)
notificationBuilder.setSmallIcon(R.drawable.ic_music)
// .setLargeIcon(BitmapFactory.decodeResource(this.resources, R.drawable.music))
Expand Down

0 comments on commit fcd67d7

Please sign in to comment.