Procházet zdrojové kódy

iOS App is unusable after swipe up or down with PDF in fullscreen #526

Marino Faggiana před 7 roky
rodič
revize
32c688113a
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      iOSClient/Main/CCDetail.m

+ 2 - 0
iOSClient/Main/CCDetail.m

@@ -864,6 +864,8 @@
 
 - (void)handleSwipeUpDown
 {
+    self.navigationController.navigationBarHidden = false;  // iOS App is unusable after swipe up or down with PDF in fullscreen #526
+
     [self removeAllView];
     [self.navigationController popViewControllerAnimated:YES];
 }