NewPipe/app/src/main/java/org/schabi/newpipe/player/notification
AudricV 84d50da009
Restore player service start handling before player UI separation
This behavior was present before 0.24.0 and the player UI separation and
avoided crashes for which their exception contained
"Context.startForegroundService() did not then call Service.startForeground()".

Some player nullability checks have been also added, and the player service is
now stopped when it has been started from a media button and there is nothing
to play.
2023-11-15 23:21:20 +01:00
..
NotificationConstants.java Applied code review changes. 2022-08-05 06:54:03 +05:30
NotificationPlayerUi.java Restore player service start handling before player UI separation 2023-11-15 23:21:20 +01:00
NotificationUtil.java Use AndroidX's PendingIntentCompat class. 2023-04-13 10:53:46 +05:30