fix: subscription default importance
This commit is contained in:
parent
a189802061
commit
cc29ebd75b
3 changed files with 3 additions and 3 deletions
|
@ -185,7 +185,7 @@ class SubscriptionNotificationTask : Task {
|
|||
size: Int
|
||||
): NotificationCompat.Builder {
|
||||
return NotificationCompat.Builder(context, CHANNEL_SUBSCRIPTION_CHECK_PROGRESS)
|
||||
.setPriority(NotificationCompat.PRIORITY_LOW)
|
||||
.setPriority(NotificationCompat.PRIORITY_DEFAULT)
|
||||
.setSmallIcon(R.drawable.notification_icon)
|
||||
.setContentTitle(context.getString(R.string.checking_subscriptions_title))
|
||||
.setProgress(size, 0, false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue