fix: subscription default importance
This commit is contained in:
parent
a189802061
commit
cc29ebd75b
3 changed files with 3 additions and 3 deletions
|
@ -170,7 +170,7 @@ object Notifications {
|
|||
setName("Subscription Checks")
|
||||
setGroup(GROUP_SUBSCRIPTION_CHECK)
|
||||
},
|
||||
buildNotificationChannel(CHANNEL_SUBSCRIPTION_CHECK_PROGRESS, IMPORTANCE_LOW) {
|
||||
buildNotificationChannel(CHANNEL_SUBSCRIPTION_CHECK_PROGRESS, IMPORTANCE_DEFAULT) {
|
||||
setName("Subscription Checks Progress")
|
||||
setGroup(GROUP_SUBSCRIPTION_CHECK)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue