Bläddra i källkod

Merge pull request #1082 from deltachat/set-archive-link-bg

set color of archived-link cell
cyBerta 4 år sedan
förälder
incheckning
9a69975069
1 ändrade filer med 1 tillägg och 0 borttagningar
  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