mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: udp toggle display logic (#1728)
This commit is contained in:
parent
690e05affc
commit
b20fb93e8f
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ fun NetworkConfigItemList(
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
item { Divider() }
|
item { Divider() }
|
||||||
if (hasEthernet && hasWifi) {
|
if (hasEthernet || hasWifi) {
|
||||||
item {
|
item {
|
||||||
PreferenceCategory(text = stringResource(R.string.udp_config))
|
PreferenceCategory(text = stringResource(R.string.udp_config))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue