Skip to content

Commit 8fe4fc8

Browse files
committed
fix: big_picture img overriding large_icon img
1 parent 19dcf8a commit 8fe4fc8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

android_notify/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ def send_notification(
210210

211211
if big_picture:
212212
bitmap = BitmapFactory.decodeStream(context.getContentResolver().openInputStream(big_picture))
213-
builder.setLargeIcon(bitmap)
214213
big_picture_style = NotificationCompatBigPictureStyle().bigPicture(bitmap)
215214
builder.setStyle(big_picture_style)
216215

0 commit comments

Comments
 (0)