0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-11-05 02:15:04 +00:00
This commit is contained in:
X1nto 2020-06-21 23:51:37 +04:00
parent d239528c15
commit cedeb7d896

View file

@ -19,7 +19,7 @@ class VancedDownloadService: Service() {
override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int {
downloadSplits()
stopSelf()
//stopSelf()
return START_NOT_STICKY
}