initialize for immersive mode

This commit is contained in:
Daniel Micay 2019-08-16 20:17:40 -04:00
parent 5fc3f790a6
commit 4fad395606
1 changed files with 2 additions and 0 deletions

View File

@ -219,6 +219,8 @@ public class PdfViewer extends AppCompatActivity implements LoaderManager.Loader
}
});
showSystemUi();
final GestureDetector detector = new GestureDetector(PdfViewer.this,
new GestureDetector.SimpleOnGestureListener() {
@Override