浏览代码

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];
 }