mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-05 21:33:01 -05:00
fix: udp toggle display logic (#1728)
This commit is contained in:
@@ -277,7 +277,7 @@ fun NetworkConfigItemList(
|
||||
})
|
||||
}
|
||||
item { Divider() }
|
||||
if (hasEthernet && hasWifi) {
|
||||
if (hasEthernet || hasWifi) {
|
||||
item {
|
||||
PreferenceCategory(text = stringResource(R.string.udp_config))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user