fix small notification icon

pull/1165/head
deniscerri 4 months ago
parent 730e587b90
commit 3310f7d6b1
No known key found for this signature in database
GPG Key ID: 95C43D517D830350

@ -494,7 +494,7 @@ class NotificationUtil(var context: Context) {
).build()
val builder = Notification.Builder(context, channel)
.setSmallIcon(R.drawable.ic_app_icon)
.setSmallIcon(R.drawable.ic_launcher_foreground_large)
.setContentTitle("$progress%")
.setContentText(title)
.setSubText(contentText)

Loading…
Cancel
Save