fix(streaks_reminder): notification streak icon

This commit is contained in:
rhunk 2023-09-09 09:22:57 +02:00
parent 167f93feca
commit 01476ad820

View File

@ -85,9 +85,9 @@ class StreaksReminder(
PendingIntent.FLAG_IMMUTABLE
))
.apply {
setSmallIcon(R.drawable.streak_icon)
bitmojiImage.drawable?.let {
setLargeIcon(it.toBitmap())
setSmallIcon(R.drawable.streak_icon)
}
}