Browse Source

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

Marino Faggiana 7 years ago
parent
commit
32c688113a
1 changed files with 2 additions and 0 deletions
  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];
 }