Fixed crash
This commit is contained in:
parent
287de9deb5
commit
9dd1b457e3
@ -49,7 +49,7 @@ class BitmessageService : Service() {
|
||||
running = false
|
||||
}
|
||||
|
||||
override fun onStartCommand(intent: Intent, flags: Int, startId: Int): Int {
|
||||
override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int {
|
||||
if (!isRunning) {
|
||||
running = true
|
||||
notification.connecting()
|
||||
|
Loading…
Reference in New Issue
Block a user