NewPipe-app-android/app/src/main/java/org/schabi/newpipe/player/mediasession
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
..
MediaSessionPlayerUi.java Do not update notification actions if nothing changed 2023-12-29 16:16:45 +01:00
PlayQueueNavigator.java Fix possible NPE in PlayQueueNavigator 2023-09-22 10:14:44 +02:00
SessionConnectorActionProvider.java Allow play/pausing from notification when buffering 2023-12-29 16:18:26 +01:00