mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-05-29 04:50:15 +02:00
fix(streaks_reminder): notification streak icon
This commit is contained in:
parent
167f93feca
commit
01476ad820
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user