Skip to content

Commit

Permalink
Use MESSAGE category for tx notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Sep 11, 2024
1 parent be924c7 commit 51fa884
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class TransactionNotificationsManager(
.setSmallIcon(R.drawable.ic_notification)
.setAutoCancel(true)
.setPriority(NotificationCompat.PRIORITY_MAX)
.setCategory(NotificationCompat.CATEGORY_MESSAGE)
.setContentIntent(
PendingIntent.getActivity(
context,
Expand Down Expand Up @@ -110,6 +111,7 @@ class TransactionNotificationsManager(
.setSmallIcon(R.drawable.ic_notification)
.setAutoCancel(true)
.setPriority(NotificationCompat.PRIORITY_MAX)
.setCategory(NotificationCompat.CATEGORY_MESSAGE)
.setContentIntent(
PendingIntent.getActivity(
context,
Expand Down

0 comments on commit 51fa884

Please sign in to comment.