rotation can't currently use lazy rendering

This commit is contained in:
Daniel Micay 2019-07-01 02:13:47 -04:00
parent f5abc23800
commit 463c9a1e0a

View File

@ -288,7 +288,7 @@ public class PdfViewer extends AppCompatActivity implements LoaderManager.Loader
if (mDocumentOrientationDegrees < 0) { if (mDocumentOrientationDegrees < 0) {
mDocumentOrientationDegrees += 360; mDocumentOrientationDegrees += 360;
} }
renderPage(true); renderPage(false);
} }
private void openDocument() { private void openDocument() {