فهرست منبع

don't show empty cells in chat archive

cyberta 4 سال پیش
والد
کامیت
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)
         }