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