Try to use add smallIcon: 'name-of-a-small-icon'
in your 'android' field such as :
notifee.displayNotification({
title: remoteMessage.notification.title,
body: remoteMessage.notification.body,
android: {
channelId: 'android_id',
smallIcon: 'ic_launcher' // you can change the icon name
},
});
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…