Refactor NsdManager and improve service display (#2292)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2025-06-29 14:18:14 +00:00 committed by GitHub
parent ec74bbfe19
commit 8b095aba09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 30 additions and 23 deletions

View file

@ -81,6 +81,11 @@ fun DeviceListItem(
contentDescription
)
},
supportingContent = {
if (device.isTCP) {
Text(device.address)
}
},
trailingContent = {
if (selected) {
Icon(