瀏覽代碼

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)