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