marinofaggiana 3 years ago
parent
commit
57c42ef843
1 changed files with 1 additions and 0 deletions
  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()
             }
         }
     }