푸시 - setSmallIcon 추가
This commit is contained in:
@@ -75,6 +75,7 @@ class SodaFirebaseMessagingService : FirebaseMessagingService() {
|
|||||||
)
|
)
|
||||||
|
|
||||||
val notificationBuilder = NotificationCompat.Builder(this, notificationChannelId)
|
val notificationBuilder = NotificationCompat.Builder(this, notificationChannelId)
|
||||||
|
.setSmallIcon(R.mipmap.ic_launcher)
|
||||||
.setContentTitle(messageData["title"])
|
.setContentTitle(messageData["title"])
|
||||||
.setContentText(messageData["message"])
|
.setContentText(messageData["message"])
|
||||||
.setSound(defaultSoundUri)
|
.setSound(defaultSoundUri)
|
||||||
|
Reference in New Issue
Block a user