瀏覽代碼

hide bottom bar in preview controller

preview controller may use it's own bottom bar,
so that's easily gets a ui mess.

(it was hidden before coincidentally as the parent's bottom bar was hidden)
B. Petersen 2 年之前
父節點
當前提交
c3364e4812
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      deltachat-ios/Controller/PreviewController.swift

+ 1 - 0
deltachat-ios/Controller/PreviewController.swift

@@ -17,6 +17,7 @@ class PreviewController: QLPreviewController {
         self.previewType = type
         self.dcContext = dcContext
         super.init(nibName: nil, bundle: nil)
+        hidesBottomBarWhenPushed = true
         dataSource = self
         switch type {
         case .multi(_, let currentIndex):