Skip to content

Commit

Permalink
Add suppress
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Apr 19, 2024
1 parent 5b50532 commit 27da1e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ class NotificationUtils @Inject constructor(
addAction(replyAction)
}

@Suppress("MayBeConstant")
companion object : NotificationUtilsCore() {

private val TAG: String = NotificationUtils::class.java.simpleName
Expand All @@ -306,7 +307,6 @@ class NotificationUtils @Inject constructor(
private val defaultSmallIcon = R.drawable.ic_logo_notification

const val DRAFT_ACTIONS_ID = 1

const val EXTRA_MESSAGE_UID = "messageUid"

fun Context.deleteMailNotificationChannel(mailbox: List<Mailbox>) {
Expand Down

0 comments on commit 27da1e6

Please sign in to comment.