Преглед на файлове

fixed that selecting chat requests proceeding with action

nayooti преди 5 години
родител
ревизия
9c3eed3343
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      deltachat-ios/ViewModel/ChatListViewModel.swift

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

@@ -153,7 +153,7 @@ class ChatListViewModel: NSObject, ChatListViewModelProtocol {
     }
 
     func msgIdFor(row: Int) -> Int? {
-        if searchActive {
+        if showSearchResults {
             return nil
         }
         return chatList.getMsgId(index: row)