mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-07 14:16:28 -04:00
fix: replace TODO with debug message for unhandled admin payload
This commit is contained in:
@@ -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 }) {
|
||||
|
||||
Reference in New Issue
Block a user