mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-09-12 21:30:02 -04:00
fix: udp toggle display logic (#1728)
This commit is contained in:
1 parent
690e05affc
commit
b20fb93e8f
1 file changed
+1
-1
+1
-1
@@ -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