Skip to content

Commit

Permalink
[mod/#135] notification icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jokwanhee committed Mar 31, 2024
1 parent ad59372 commit 205622a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ fun Context.sendNotification(
applicationContext,
applicationContext.getString(R.string.step_count_notification_channel_id)
).apply {
setSmallIcon(R.drawable.ic_clap_sound)
setSmallIcon(R.mipmap.ic_motivoo)
setContentTitle(title)
setContentText(messageBody)
setContentIntent(contentPendingIntent)
Expand Down
25 changes: 0 additions & 25 deletions app/src/main/res/drawable/ic_clap_sound.xml

This file was deleted.

0 comments on commit 205622a

Please sign in to comment.