B. Petersen 5 年之前
父节点
当前提交
3c419dfac0
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      deltachat-ios/Controller/ChatViewController.swift

+ 0 - 1
deltachat-ios/Controller/ChatViewController.swift

@@ -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)