瀏覽代碼

remove unused method

cyberta 3 年之前
父節點
當前提交
895b3f60c5
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      deltachat-ios/Chat/ChatViewController.swift

+ 0 - 4
deltachat-ios/Chat/ChatViewController.swift

@@ -883,10 +883,6 @@ class ChatViewController: UITableViewController {
         return corners
     }
 
-    private func getBackgroundColor(for currentMessage: DcMsg) -> UIColor {
-        return currentMessage.isFromCurrentSender ? DcColors.messagePrimaryColor : DcColors.messageSecondaryColor
-    }
-
     private func updateTitle(chat: DcChat) {
         let titleView =  ChatTitleView()