Skip to content

Commit

Permalink
#4083 made same changes in CoreReaderFragment.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
arctik-circle committed Dec 11, 2024
1 parent f39e947 commit e9725f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,7 @@ abstract class CoreReaderFragment :
}

override fun openExternalUrl(intent: Intent) {
externalLinkOpener?.openExternalUrl(intent)
externalLinkOpener?.openExternalUrl(intent, false)
}

override fun showSaveOrOpenUnsupportedFilesDialog(url: String, documentType: String?) {
Expand Down

0 comments on commit e9725f5

Please sign in to comment.