mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Prevent crash
This commit is contained in:
@@ -944,7 +944,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
|
||||
NotificationCompat.Builder builder =
|
||||
new NotificationCompat.Builder(ActivityView.this, "update")
|
||||
.setSmallIcon(R.drawable.twotone_get_app_24)
|
||||
.setSmallIcon(R.drawable.baseline_get_app_white_24)
|
||||
.setContentTitle(getString(R.string.title_updated, info.tag_name))
|
||||
.setContentText(info.html_url)
|
||||
.setAutoCancel(true)
|
||||
|
||||
Reference in New Issue
Block a user