mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-05-30 21:40:17 +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
|
PendingIntent.FLAG_IMMUTABLE
|
||||||
))
|
))
|
||||||
.apply {
|
.apply {
|
||||||
|
setSmallIcon(R.drawable.streak_icon)
|
||||||
bitmojiImage.drawable?.let {
|
bitmojiImage.drawable?.let {
|
||||||
setLargeIcon(it.toBitmap())
|
setLargeIcon(it.toBitmap())
|
||||||
setSmallIcon(R.drawable.streak_icon)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user