Karn/notify

Notification display problem

Android-wangmeng opened this issue · 3 comments

The notification doesn't pop up, it just shows up in the notification bar

Karn commented

Hi @Android-wangmeng, this might be related to your notification settings. I've seen some devices where when the notification priority is set to normal, the notification does not pop up. Also, be sure to check that you don't have Do Not Disturb mode enabled.

How to set the priority of this framework?

How to set the priority of this framework?

.alerting {
channelImportance = Notify.IMPORTANCE_HIGH
}

It's strange that wiki doesn't have information about alerting block