Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1649,7 +1649,7 @@
PendingIntent.FLAG_IMMUTABLE,
)
val action = NotificationCompat.Action.Builder(
commonR.drawable.ic_stat_ic_notification,
null, // Intentionally use no icon so Android Auto / heads-up notifications show the action title instead of replacing it with an icon

Check failure

Code scanning / ktlint

Exceeded max line length (120) Error

Exceeded max line length (120)

Check failure

Code scanning / ktlint

Exceeded max line length (120) Error

Exceeded max line length (120)
Comment thread
github-advanced-security[bot] marked this conversation as resolved.
Fixed
Comment thread
github-advanced-security[bot] marked this conversation as resolved.
Fixed
notificationAction.title,
actionPendingIntent,
)
Expand Down
Loading