Molo4ko

Results 1 comments of Molo4ko
trafficstars

Thank you, @Mikhail57. You helped me solve this problem. In the file `near/discovery/client/UdpBroadcastService.kt` you need to add to the method `stopSelf()` ``` ... override fun onTaskRemoved(rootIntent: Intent?) { stopSelf() super.onTaskRemoved(rootIntent)...