A few crashes fixed
This commit is contained in:
@@ -52,7 +52,7 @@ class DownloadService : Service() {
|
||||
listenNetworkChanges()
|
||||
}
|
||||
|
||||
override fun onStartCommand(intent: Intent, flags: Int, startId: Int): Int {
|
||||
override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int {
|
||||
return Service.START_STICKY
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user