fix #165 - make the notification extendable

This commit is contained in:
Barel Elbaz
2023-02-19 22:11:27 +02:00
parent d03dc6b374
commit 4590e46b64
11 changed files with 1 additions and 398 deletions
@@ -30,6 +30,7 @@ public class NotificationBuilder {
mBuilder.setVisibility(NotificationCompat.VISIBILITY_PUBLIC);
mBuilder.setCustomContentView(notificationArr[1]);
mBuilder.setCustomBigContentView(notificationArr[0]);
mBuilder.setStyle(new NotificationCompat.DecoratedCustomViewStyle()); //Make the notification extendable issue #165
}
public Notification build (PodsStatus status) {