Преглед на файлове

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):