浏览代码

sticky search result headers

let the headlines "123 chats", "234 contacts", "345 messages" not scroll away.

this makes the context of swiping action even a bit clearer,
targets #1869
B. Petersen 2 年之前
父节点
当前提交
7f463d0f4a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deltachat-ios/Controller/ChatListController.swift

+ 1 - 1
deltachat-ios/Controller/ChatListController.swift

@@ -93,7 +93,7 @@ class ChatListController: UITableViewController {
         self.dcContext = dcContext
         self.dcAccounts = dcAccounts
         self.isArchive = isArchive
-        super.init(style: .grouped)
+        super.init(style: .plain)
         DispatchQueue.global(qos: .userInteractive).async { [weak self] in
             guard let self = self else { return }
             self.viewModel = ChatListViewModel(dcContext: self.dcContext, isArchive: isArchive)