1
0
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:
John Zhen M
2017-09-14 08:44:09 -07:00
committed by John Zhen Mo
parent e9cdb28a06
commit 6b16b08712
8 changed files with 112 additions and 63 deletions

View File

@@ -458,8 +458,8 @@ public class BackgroundPlayer extends Service {
//////////////////////////////////////////////////////////////////////////*/
@Override
public void onLoading() {
super.onLoading();
public void onBlocked() {
super.onBlocked();
setControlsOpacity(77);
updateNotification(-1);