mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
oops I broke from scratch installs - seen on a Z2 Pro
This commit is contained in:
parent
aeac27d3b6
commit
47ba4f0243
1 changed files with 2 additions and 2 deletions
|
|
@ -1078,10 +1078,10 @@ class MeshService : Service(), Logging {
|
|||
|
||||
private val binder = object : IMeshService.Stub() {
|
||||
|
||||
override fun setDeviceAddress(deviceAddr: String?) {
|
||||
override fun setDeviceAddress(deviceAddr: String?) = toRemoteExceptions {
|
||||
debug("Passing through device change to radio service: $deviceAddr")
|
||||
discardNodeDB()
|
||||
connectedRadio.setDeviceAddress(deviceAddr)
|
||||
radio.service.setDeviceAddress(deviceAddr)
|
||||
}
|
||||
|
||||
// Note: bound methods don't get properly exception caught/logged, so do that with a wrapper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue