Madmatt88

Results 6 comments of Madmatt88

While this is still pending, I will continue to test this build and fix any other issues with the implementation.

Yes, when I started this I didn’t realise that there was another PR doing the same thing. I would like to see this merged but I haven’t heard anything more...

@thestinger Thank you for that piece of information, I will have a look and change the implementation to fit that requirement. @alt3r-3go I will rebase the PR and re-trigger the...

@alt3r-3go thanks for those comments and one thing that will help this is decoupling the page change from the onFling system call. I had to add in extra conditions in...

@alt3r-3go I have re-run the action and it gave these errors: ``` bash > Task :app:compileDebugKotlin FAILED e: file:///home/runner/work/PdfViewer/PdfViewer/app/src/main/java/app/grapheneos/pdfviewer/fragment/JumpToPageFragment.kt:49:32 Unresolved reference 'onJumpToPageInDocument'. e: file:///home/runner/work/PdfViewer/PdfViewer/app/src/main/java/app/grapheneos/pdfviewer/fragment/PasswordPromptFragment.kt:85:37 Unresolved reference 'loadPdfWithPassword'. ``` I am...

So I have made one fatal mistake by not creating a new feature branch which has created a tangled web of commits and changes causing my fork to cause problems....