mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Refactor NsdManager and improve service display (#2292)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
ec74bbfe19
commit
8b095aba09
5 changed files with 30 additions and 23 deletions
|
|
@ -81,6 +81,11 @@ fun DeviceListItem(
|
|||
contentDescription
|
||||
)
|
||||
},
|
||||
supportingContent = {
|
||||
if (device.isTCP) {
|
||||
Text(device.address)
|
||||
}
|
||||
},
|
||||
trailingContent = {
|
||||
if (selected) {
|
||||
Icon(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue