mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Two tone icons V2
This commit is contained in:
@@ -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.baseline_send_24)
|
||||
.setSmallIcon(R.drawable.twotone_send_24)
|
||||
.setContentTitle(getString(R.string.title_notification_sending))
|
||||
.setContentIntent(getPendingIntent(this))
|
||||
.setAutoCancel(false)
|
||||
|
||||
Reference in New Issue
Block a user