Prevent crash

This commit is contained in:
M66B
2019-01-14 18:17:47 +00:00
parent b957c26afc
commit ee7250ff55
42 changed files with 11 additions and 1 deletions

View File

@@ -755,7 +755,7 @@ public class ServiceSynchronize extends LifecycleService {
builder = new Notification.Builder(this);
builder
.setSmallIcon(android.R.drawable.stat_notify_error)
.setSmallIcon(R.drawable.baseline_warning_white_24)
.setContentTitle(getString(R.string.title_notification_failed, title))
.setContentText(text)
.setContentIntent(pi)