mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix autobug when setting channels on !connected radio
This commit is contained in:
parent
98356b9205
commit
c2f578c971
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue