mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Upgrade Kotlin to 1.8.10 and Core-KTX to 1.10.0
This commit is contained in:
committed by
Cody Henthorne
parent
65e0fae3f4
commit
8260be4bff
@@ -447,7 +447,6 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation libs.androidx.core.ktx
|
||||
implementation libs.androidx.fragment.ktx
|
||||
lintChecks project(':lintchecks')
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user