...
This commit is contained in:
@@ -381,12 +381,12 @@ open class LauncherActivity : CommonActivity() {
|
|||||||
// Blog.LOGE("failed to initialize youtubedl-android", e)
|
// Blog.LOGE("failed to initialize youtubedl-android", e)
|
||||||
// }
|
// }
|
||||||
|
|
||||||
Intent(this, ForeGroundService::class.java).apply {
|
Intent(this, ForeGroundService::class.java).let {
|
||||||
startForegroundService(intent)
|
startForegroundService(it)
|
||||||
}
|
}
|
||||||
|
|
||||||
Intent(this, TorrentService::class.java).apply {
|
Intent(this, TorrentService::class.java).let {
|
||||||
startForegroundService(intent)
|
startForegroundService(it)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user