Merge pull request #1261 from omnivore-app/fix/pdf-annotation-permission

Disable PSPDFKit Author Name
This commit is contained in:
Satindar Dhillon 2022-09-29 21:00:46 -07:00 committed by GitHub
commit f6cb7a279d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,7 @@ import Utils
.useParentNavigationBar(true)
.updateConfiguration { builder in
builder.textSelectionShouldSnapToWord = true
builder.shouldAskForAnnotationUsername = false
}
.updateControllerConfiguration { controller in
// Store config state so we only run this update closure once