Merge pull request #4362 from Stypox/fix-queue
Random fixes and improvements
This commit is contained in:
commit
83ea91586b
6 changed files with 23 additions and 29 deletions
|
|
@ -103,6 +103,8 @@ public final class MainPlayer extends Service {
|
|||
playerImpl = new VideoPlayerImpl(this);
|
||||
playerImpl.setup(layout);
|
||||
playerImpl.shouldUpdateOnProgress = true;
|
||||
|
||||
NotificationUtil.getInstance().createNotificationAndStartForeground(playerImpl, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue