We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6556f96 commit a12dc32Copy full SHA for a12dc32
firebase-messaging/src/main/java/com/google/firebase/messaging/DisplayNotification.java
@@ -144,7 +144,7 @@ private void waitForAndApplyImageDownload(
144
* notification does as well.
145
*/
146
n.setLargeIcon(bitmap);
147
- n.setStyle(new BigPictureStyle().bigPicture(bitmap).bigLargeIcon(null));
+ n.setStyle(new BigPictureStyle().bigPicture(bitmap).bigLargeIcon((bitmap) null));
148
149
} catch (ExecutionException e) {
150
// For all exceptions, fall through to show the notification without the image
0 commit comments