rotation can't currently use lazy rendering
This commit is contained in:
parent
f5abc23800
commit
463c9a1e0a
@ -288,7 +288,7 @@ public class PdfViewer extends AppCompatActivity implements LoaderManager.Loader
|
||||
if (mDocumentOrientationDegrees < 0) {
|
||||
mDocumentOrientationDegrees += 360;
|
||||
}
|
||||
renderPage(true);
|
||||
renderPage(false);
|
||||
}
|
||||
|
||||
private void openDocument() {
|
||||
|
Loading…
Reference in New Issue
Block a user