nayooti %!s(int64=5) %!d(string=hai) anos
pai
achega
bbdaa1c68b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      deltachat-ios/ViewModel/ChatListViewModel.swift

+ 2 - 1
deltachat-ios/ViewModel/ChatListViewModel.swift

@@ -19,7 +19,7 @@ protocol ChatListViewModelProtocol: class, UISearchResultsUpdating {
     func beginSearch()
     func endSearch()
     func titleForHeaderIn(section: Int) -> String? // only visible on search results
-    
+
     /// returns ROW of table
     func deleteChat(chatId: Int) -> Int
     func archiveChatToggle(chatId: Int)
@@ -317,3 +317,4 @@ extension ChatListViewModel: UISearchResultsUpdating {
         }
     }
 }
+