Fix a race condition
This commit is contained in:
@@ -155,4 +155,8 @@ class TetheringService : IpNeighbourMonitoringService(), TetheringManager.Tether
|
||||
callbackRegistered = false
|
||||
}
|
||||
}
|
||||
|
||||
override fun updateNotification() {
|
||||
launch { super.updateNotification() }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user