浏览代码

set color of archived-link cell

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

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

@@ -208,6 +208,7 @@ class ChatListController: UITableViewController {
             let chatId = chatData.chatId
             if chatId == DC_CHAT_ID_ARCHIVED_LINK {
                 archiveCell.actionTitle = dcContext.getChat(chatId: chatId).name
+                archiveCell.backgroundColor = DcColors.chatBackgroundColor
                 return archiveCell
             } else if let chatCell = tableView.dequeueReusableCell(withIdentifier: chatCellReuseIdentifier, for: indexPath) as? ContactCell {
                 // default chatCell