Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Oct 1, 2024
1 parent 8e18963 commit dbc73d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public final class ExampleLiveUpdateHandler: SuspendLiveUpdateNotificationHandle
context, 0, launchIntent, PendingIntent.FLAG_IMMUTABLE
)

val notification = NotificationCompat.Builder(context, "sports")
val notification = NotificationCompat.Builder(context, "emoji-example")
.setSmallIcon(R.drawable.ic_notification)
.setPriority(NotificationCompat.PRIORITY_MAX)
.setCategory(NotificationCompat.CATEGORY_EVENT)
Expand Down

0 comments on commit dbc73d7

Please sign in to comment.