Notification display problem
Android-wangmeng opened this issue · 3 comments
Android-wangmeng commented
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.
Android-wangmeng commented
How to set the priority of this framework?
P1NG2WIN commented
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