Android-Notification-DSL icon indicating copy to clipboard operation
Android-Notification-DSL copied to clipboard

handle but not showing push notification on Mi Max 2 Android 7.1.1 and Xiaomi Redmi 8 pro Android 10

Open zloykurd opened this issue 4 years ago • 1 comments

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

zloykurd avatar Dec 23 '20 05:12 zloykurd

Can you provide any logs after trying to show notification?

kirich1409 avatar Jan 18 '22 16:01 kirich1409