Prevent crash

This commit is contained in:
M66B
2020-11-01 14:21:00 +01:00
parent ebe94442d6
commit 82baded291
12 changed files with 2 additions and 2 deletions

View File

@@ -200,7 +200,7 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
NotificationCompat.Builder getNotificationService() {
NotificationCompat.Builder builder =
new NotificationCompat.Builder(this, "send")
.setSmallIcon(R.drawable.twotone_send_24)
.setSmallIcon(R.drawable.baseline_send_white_24)
.setContentTitle(getString(R.string.title_notification_sending))
.setContentIntent(getPendingIntent(this))
.setAutoCancel(false)