mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-26 20:55:10 +00:00
Add log for 'you may have new messages' notification.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user