|
@@ -205,7 +205,6 @@ class ChatViewController: MessagesViewController {
|
|
|
}
|
|
|
|
|
|
private var textDraft: String? {
|
|
|
- // FIXME: need to free pointer
|
|
|
if let draft = dc_get_draft(mailboxPointer, UInt32(chatId)) {
|
|
|
if let cString = dc_msg_get_text(draft) {
|
|
|
let swiftString = String(cString: cString)
|