Add log for 'you may have new messages' notification.

This commit is contained in:
Greyson Parrelli
2025-03-03 09:51:59 -05:00
parent 79e19ff080
commit 23c51273c0

View File

@@ -75,6 +75,9 @@ object FcmFetchManager {
Log.w(TAG, "May have messages notification kill switch")
return
}
Log.w(TAG, "Notifying the user that they may have new messages.")
val mayHaveMessagesNotification: Notification = NotificationCompat.Builder(context, NotificationChannels.getInstance().ADDITIONAL_MESSAGE_NOTIFICATIONS)
.setSmallIcon(R.drawable.ic_notification)
.setContentTitle(context.getString(R.string.FcmFetchManager__you_may_have_messages))