mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-26 11:38:16 +00:00
Merge branch 'master' into lp/chat-message-animation
This commit is contained in:
@@ -183,8 +183,6 @@ final class ChatModel: ObservableObject {
|
||||
@Published var stopPreviousRecPlay: URL? = nil // coordinates currently playing source
|
||||
@Published var draft: ComposeState?
|
||||
@Published var draftChatId: String?
|
||||
// tracks keyboard height via subscription in AppDelegate
|
||||
@Published var keyboardHeight: CGFloat = 0
|
||||
@Published var pasteboardHasStrings: Bool = UIPasteboard.general.hasStrings
|
||||
@Published var networkInfo = UserNetworkInfo(networkType: .other, online: true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user