mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-31 12:11:15 -04:00
fix autobug when setting channels on !connected radio
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user