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