Upgrade Kotlin to 1.8.10 and Core-KTX to 1.10.0

This commit is contained in:
Alex Hart
2023-04-18 16:25:50 -03:00
committed by Cody Henthorne
parent 65e0fae3f4
commit 8260be4bff
4 changed files with 172 additions and 24 deletions

View File

@@ -265,7 +265,7 @@ sealed class NotificationBuilder(protected val context: Context) {
NotificationCompat.BigPictureStyle()
.bigPicture(bigPictureUri.toBitmap(context, BIG_PICTURE_DIMEN))
.setSummaryText(conversation.getContentText(context))
.bigLargeIcon(null)
.bigLargeIcon(null as Bitmap?)
)
return
}