소스 검색

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