fix: replace TODO with debug message for unhandled admin payload

This commit is contained in:
andrekir
2024-12-22 07:11:23 -03:00
parent e924f274f1
commit ed45d0ff96

View File

@@ -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 }) {