libpdfviewer/app/src/main/java/org/grapheneos/pdfviewer
inthewaves 42de305b7c move initial showSystemUi call to loadPdf
The reasoning for calling showSystemUi() in the onCreate method
before was to make the transitions for immersive mode more smooth.
However, it's only needed when the PDF has actually loaded, i.e. when
the immersive mode makes sense to use.

Before, Snackbars were partially covered by the navigation UI due to the
showSystemUi() setting the View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION
flag. Moving it so that the function is only called when a PDF is loaded
fixes this issue.
2020-08-28 21:49:05 -04:00
..
fragment Don't hold static reference to fragment 2019-06-30 01:34:39 -04:00
loader initial commit with overhauled / rebranded project 2019-06-27 23:22:08 -04:00
GestureHelper.java support non-step-based zooming 2020-04-04 12:21:25 -04:00
PdfViewer.java move initial showSystemUi call to loadPdf 2020-08-28 21:49:05 -04:00
Utils.java initial commit with overhauled / rebranded project 2019-06-27 23:22:08 -04:00