NewPipe/app/src/main/java/org/schabi/newpipe/player/notification
Stypox 4b1824e8c1
Allow play/pausing from notification when buffering
This change is in line with a recent change in how the play/pause button behaves in the player ui: if the buffering indicator is shown, it's still possible to toggle play/pause, to allow e.g. pausing videos before they even start.
This change was needed because on Android 13+ notification actions can't be null, and thus the buffering hourglass action wasn't shown.
2023-12-29 16:18:26 +01:00
..
NotificationActionData.java Allow play/pausing from notification when buffering 2023-12-29 16:18:26 +01:00
NotificationConstants.java Allow each notification slot to contain any possible action 2023-12-29 15:54:15 +01:00
NotificationPlayerUi.java Restore player service start handling before player UI separation 2023-11-15 23:21:20 +01:00
NotificationUtil.java Allow play/pausing from notification when buffering 2023-12-29 16:18:26 +01:00