Эх сурвалжийг харах

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

Marino Faggiana 7 жил өмнө
parent
commit
32c688113a

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