marinofaggiana 4 år sedan
förälder
incheckning
57c42ef843
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      iOSClient/Viewer/NCViewerPDF/NCViewerPDF.swift

+ 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()
             }
         }
     }