Merge pull request #4362 from Stypox/fix-queue

Random fixes and improvements
This commit is contained in:
Tobias Groza 2020-10-02 16:48:04 +02:00 committed by GitHub
commit 83ea91586b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 29 deletions

View file

@ -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