kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix autobug when setting channels on !connected radio
rodzic
98356b9205
commit
c2f578c971
|
@ -1751,7 +1751,7 @@ class MeshService : Service(), Logging {
|
|||
channelSet.toByteArray()
|
||||
}
|
||||
|
||||
override fun setChannels(payload: ByteArray?) {
|
||||
override fun setChannels(payload: ByteArray?) = toRemoteExceptions {
|
||||
val parsed = AppOnlyProtos.ChannelSet.parseFrom(payload)
|
||||
channelSet = parsed
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue