Use big style for foreground notification

This commit is contained in:
Jannis Mattheis
2018-05-20 15:15:00 +02:00
parent 9c734563fd
commit 3fecbd7462

View File

@@ -77,6 +77,7 @@ public class PushService extends Service {
.setContentTitle("Gotify")
.setOngoing(true)
.setPriority(Notification.PRIORITY_MIN)
.setStyle(new NotificationCompat.BigTextStyle().bigText(message))
.setContentText(message)
.setContentIntent(pendingIntent).build();