mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
listen for changes in pdf search view
This commit is contained in:
parent
9d6f99abf3
commit
dcfe5a6ac5
1 changed files with 2 additions and 0 deletions
|
|
@ -100,6 +100,8 @@ class PDFReaderActivity: AppCompatActivity(), DocumentListener {
|
|||
hasLoadedHighlights = true
|
||||
|
||||
thumbnailBar.setDocument(document, configuration)
|
||||
fragment.addDocumentListener(modularSearchView)
|
||||
modularSearchView.setDocument(document, configuration)
|
||||
|
||||
val params = viewModel.pdfReaderParamsLiveData.value
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue