浏览代码

don't show empty cells in chat archive

cyberta 3 年之前
父节点
当前提交
471999e920
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deltachat-ios/Controller/ChatListController.swift

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

@@ -60,7 +60,7 @@ class ChatListController: UITableViewController {
         self.viewModel = viewModel
         self.dcContext = dcContext
         if viewModel.isArchive {
-            super.init(nibName: nil, bundle: nil)
+            super.init(style: .grouped)
         } else {
             super.init(style: .grouped)
         }