Ver Fonte

call super on override

B. Petersen há 2 anos atrás
pai
commit
6548717943
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      deltachat-ios/Controller/GalleryViewController.swift

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

@@ -94,6 +94,7 @@ class GalleryViewController: UIViewController {
     }
 
     override func viewWillAppear(_ animated: Bool) {
+        super.viewWillAppear(animated)
         setupContextMenuIfNeeded()
     }