mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-26 21:45:52 +00:00
fix
This commit is contained in:
@@ -632,7 +632,6 @@ final class ChatModel: ObservableObject {
|
||||
|
||||
func popRecentChats() {
|
||||
let m = ChatModel.shared
|
||||
if m.chatId != nil { return }
|
||||
var ixs: IndexSet = []
|
||||
var chs: [Chat] = []
|
||||
var skipped: ChatId?
|
||||
|
||||
Reference in New Issue
Block a user