We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19dcf8a commit 8fe4fc8Copy full SHA for 8fe4fc8
1 file changed
android_notify/core.py
@@ -210,7 +210,6 @@ def send_notification(
210
211
if big_picture:
212
bitmap = BitmapFactory.decodeStream(context.getContentResolver().openInputStream(big_picture))
213
- builder.setLargeIcon(bitmap)
214
big_picture_style = NotificationCompatBigPictureStyle().bigPicture(bitmap)
215
builder.setStyle(big_picture_style)
216
0 commit comments