Преглед изворни кода

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

Marino Faggiana пре 7 година
родитељ
комит
32c688113a
1 измењених фајлова са 2 додато и 0 уклоњено
  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];
 }