Skip to content

Commit

Permalink
[CHORE]#179 : 푸시 아이콘 이름 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Oct 3, 2024
1 parent a19b9c5 commit afb0c65
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class PushNotificationService : FirebaseMessagingService() {
val defaultSoundUri = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_NOTIFICATION)

val notificationBuilder = NotificationCompat.Builder(this, CHANNEL_ID)
.setSmallIcon(R.drawable.ic_notification)
.setSmallIcon(R.drawable.ic_push_notification)
.setColor(
ContextCompat.getColor(
applicationContext,
Expand Down

0 comments on commit afb0c65

Please sign in to comment.