mirror of
https://github.com/adolfintel/OpenPods.git
synced 2026-09-15 07:16:10 -04:00
Merge branch 'master' into bugfix/165
This commit is contained in:
@@ -31,6 +31,7 @@ public class NotificationBuilder {
|
||||
mBuilder.setCustomContentView(notificationArr[1]);
|
||||
mBuilder.setCustomBigContentView(notificationArr[0]);
|
||||
mBuilder.setStyle(new NotificationCompat.DecoratedCustomViewStyle()); //Make the notification extendable issue #165
|
||||
mBuilder.setCategory(NotificationCompat.CATEGORY_SERVICE); //show notification on android 12 and above #144 #143
|
||||
}
|
||||
|
||||
public Notification build (PodsStatus status) {
|
||||
|
||||
Reference in New Issue
Block a user