mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-04-19 05:11:22 +00:00
-Fixed bad window timeline caused by reusing media source on unblocking.
-Fixed timeline recovery skipping. -Fixed timeline updates resumes playing when player is paused.
This commit is contained in:
committed by
John Zhen Mo
parent
e9cdb28a06
commit
6b16b08712
@@ -458,8 +458,8 @@ public class BackgroundPlayer extends Service {
|
||||
//////////////////////////////////////////////////////////////////////////*/
|
||||
|
||||
@Override
|
||||
public void onLoading() {
|
||||
super.onLoading();
|
||||
public void onBlocked() {
|
||||
super.onBlocked();
|
||||
|
||||
setControlsOpacity(77);
|
||||
updateNotification(-1);
|
||||
|
||||
Reference in New Issue
Block a user