mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-04-04 05:51:23 +00:00
When the service is started from the Application class, the app might be still in the background. This is definetly not the case when MainActivity.onCreate() is called. Fixes #7227