Browse Source

call super on override

B. Petersen 2 years ago
parent
commit
6548717943
1 changed files with 1 additions and 0 deletions
  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) {
     override func viewWillAppear(_ animated: Bool) {
+        super.viewWillAppear(animated)
         setupContextMenuIfNeeded()
         setupContextMenuIfNeeded()
     }
     }