Explorar o código

rename loadFirstMessages to loadMessages

cyberta %!s(int64=4) %!d(string=hai) anos
pai
achega
3029d6fec2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      deltachat-ios/Chat/ChatViewControllerNew.swift

+ 2 - 2
deltachat-ios/Chat/ChatViewControllerNew.swift

@@ -224,7 +224,7 @@ class ChatViewControllerNew: UITableViewController {
             self.updateTitle(chat: self.dcContext.getChat(chatId: self.chatId))
             self.updateTitle(chat: self.dcContext.getChat(chatId: self.chatId))
         }
         }
 
 
-        loadFirstMessages()
+        loadMessages()
 
 
         if RelayHelper.sharedInstance.isForwarding() {
         if RelayHelper.sharedInstance.isForwarding() {
             askToForwardMessage()
             askToForwardMessage()
@@ -444,7 +444,7 @@ class ChatViewControllerNew: UITableViewController {
         }
         }
     }
     }
 
 
-    private func loadFirstMessages() {
+    private func loadMessages() {
         DispatchQueue.global(qos: .userInitiated).async {
         DispatchQueue.global(qos: .userInitiated).async {
             DispatchQueue.main.async { [weak self] in
             DispatchQueue.main.async { [weak self] in
                 guard let self = self else { return }
                 guard let self = self else { return }