marinofaggiana 3 жил өмнө
parent
commit
57c42ef843

+ 1 - 0
iOSClient/Viewer/NCViewerPDF/NCViewerPDF.swift

@@ -224,6 +224,7 @@ class NCViewerPDF: UIViewController, NCViewerPDFSearchDelegate {
             if let direction = userInfo["direction"] as? PDFDisplayDirection {
                 pdfView.displayDirection = direction
                 CCUtility.setPDFDisplayDirection(direction)
+                handlePageChange()
             }
         }
     }