NewPipe/app
evermind aaa3e20c5a service.onDestroy() should only be called from the system and not manually
instead use service.stopService() which inturn calls stopSelf() and
triggers hopefully onDestroy() to be called. Eventually we have to make
sure that all ServiceConnections are closed to successfully stop the service
now!

Cleanup within stopService() and not only onDestroy()

So we make sure that all listeners can react to onServiceStopped()
and close their ServiceConnections. Afterwards the android framework
is ready to stop the Service.
2021-06-24 10:15:07 +02:00
..
schemas/org.schabi.newpipe.database.AppDatabase
src service.onDestroy() should only be called from the system and not manually 2021-06-24 10:15:07 +02:00
.gitignore
build.gradle Merge pull request #6394 from TacoTheDank/androidx-fragment-134 2021-06-18 13:14:30 +02:00
proguard-rules.pro