kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix: udp toggle display logic (#1728)
rodzic
690e05affc
commit
b20fb93e8f
|
@ -277,7 +277,7 @@ fun NetworkConfigItemList(
|
|||
})
|
||||
}
|
||||
item { Divider() }
|
||||
if (hasEthernet && hasWifi) {
|
||||
if (hasEthernet || hasWifi) {
|
||||
item {
|
||||
PreferenceCategory(text = stringResource(R.string.udp_config))
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue