hide non active devices from pills

This commit is contained in:
Diogo
2024-08-30 22:05:30 +01:00
parent bd8c91585f
commit fd1cf5f1ed
@@ -619,7 +619,7 @@ private fun DevicePickerRow(
) {
onLocalDeviceClick()
}
remoteHosts.forEach { h ->
remoteHosts.filter { h -> h.activeHost }.forEach { h ->
val connecting = rememberSaveable { mutableStateOf(false) }
DevicePill(