A few crashes fixed

This commit is contained in:
len
2016-03-21 14:50:02 +01:00
parent 19cb548e18
commit 0078cb88c3
4 changed files with 10 additions and 11 deletions
@@ -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
}