mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-25 18:34:24 +00:00
hide non active devices from pills
This commit is contained in:
+1
-1
@@ -619,7 +619,7 @@ private fun DevicePickerRow(
|
||||
) {
|
||||
onLocalDeviceClick()
|
||||
}
|
||||
remoteHosts.forEach { h ->
|
||||
remoteHosts.filter { h -> h.activeHost }.forEach { h ->
|
||||
val connecting = rememberSaveable { mutableStateOf(false) }
|
||||
|
||||
DevicePill(
|
||||
|
||||
Reference in New Issue
Block a user