kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix: replace `TODO` with debug message for unhandled admin payload
rodzic
e924f274f1
commit
ed45d0ff96
|
@ -605,7 +605,7 @@ class RadioConfigViewModel @Inject constructor(
|
|||
incrementCompleted()
|
||||
}
|
||||
|
||||
else -> TODO()
|
||||
else -> debug("No custom processing needed for ${parsed.payloadVariantCase}")
|
||||
}
|
||||
|
||||
if (AdminRoute.entries.any { it.name == route }) {
|
||||
|
|
Ładowanie…
Reference in New Issue