When handle push notification in service and use code below, notification not showing in app.
notification(context, channelId, smallIcon = R.mipmap.ic_launcher, ) {
contentTitle(title)
contentText(content)
priority(NotificationCompat.PRIORITY_HIGH)
}
Link to app https://github.com/zloykurd/notificationApp