푸시 알림 아이콘 - 앱 로고 아이콘으로 변경

This commit is contained in:
2024-10-15 23:53:31 +09:00
parent 4a167a00bd
commit b489f46910
6 changed files with 4 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ class SodaFirebaseMessagingService : FirebaseMessagingService() {
)
val notificationBuilder = NotificationCompat.Builder(this, notificationChannelId)
.setSmallIcon(R.drawable.ic_notification)
.setSmallIcon(R.mipmap.ic_launcher)
.setContentTitle(messageData["title"])
.setContentText(messageData["message"])
.setSound(defaultSoundUri)