mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-29 04:39:53 +00:00
ios: fix pattern match
This commit is contained in:
parent
ab290fb068
commit
07047a3ef3
1 changed files with 1 additions and 1 deletions
|
@ -1374,7 +1374,7 @@ func processReceivedMsg(_ res: ChatResponse) async {
|
||||||
m.networkStatuses[cId] = status
|
m.networkStatuses[cId] = status
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
case let .networkStatuses(statuses): ()
|
case let .networkStatuses(_, statuses): ()
|
||||||
await MainActor.run {
|
await MainActor.run {
|
||||||
for s in statuses {
|
for s in statuses {
|
||||||
m.networkStatuses[s.agentConnId] = s.networkStatus
|
m.networkStatuses[s.agentConnId] = s.networkStatus
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue