mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: replace TODO with debug message for unhandled admin payload
This commit is contained in:
parent
e924f274f1
commit
ed45d0ff96
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue