mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-08-15 07:06:11 +00:00
Fix Swift compile error: add break statements to empty switch cases
This commit is contained in:
parent
2540928387
commit
30f548eb73
@ -1038,8 +1038,10 @@ class ChatViewModel: ObservableObject {
|
||||
readReceiptsSent += 1
|
||||
case .read:
|
||||
// Already read, no need to send another receipt
|
||||
break
|
||||
default:
|
||||
// Message not yet delivered, can't mark as read
|
||||
break
|
||||
}
|
||||
} else {
|
||||
// No delivery status - this might be an older message
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user