Fixed crash on share due to lack of notification icon
This commit is contained in:
parent
bb9053fb61
commit
bb97727f01
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class ShareActivity : AppCompatActivity() {
|
|||
val notification = NotificationCompat.Builder(this, channelId)
|
||||
.setContentTitle("Mealie URL Share")
|
||||
.setContentText(message)
|
||||
//.setSmallIcon(R.drawable.ic_notification) // Replace with your notification icon
|
||||
.setSmallIcon(R.drawable.baseline_error_24) // Replace with your notification icon
|
||||
.setAutoCancel(true)
|
||||
.build()
|
||||
|
||||
|
|
Loading…
Reference in a new issue