Răsfoiți Sursa

remove unused method

cyberta 3 ani în urmă
părinte
comite
895b3f60c5
1 a modificat fișierele cu 0 adăugiri și 4 ștergeri
  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()