Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 4050f24

Browse files
author
barteksc
authored
Fix link
1 parent 499ffbc commit 4050f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It is based on [PdfiumAndroid](https://github.com/barteksc/PdfiumAndroid) for de
1111
Licensed under Apache License 2.0.
1212

1313
## What's new in 2.8.0?
14-
* Add handling of invalid pages, inspired by pull request #433. Exception on page opening crashed application until now,
14+
* Add handling of invalid pages, inspired by pull request [#433](https://github.com/barteksc/AndroidPdfViewer/pull/433). Exception on page opening crashed application until now,
1515
currently `OnPageErrorListener` set with `Configurator#onPageError()` is called. Invalid page color (`Color` class) can be set using `Configurator#invalidPageColor()`
1616
* Implement `canScrollVertically()` and `canScrollHorizontally()` methods to work e.g. with `SwipeRefreshLayout`
1717
* Fix bug when `Configurator#load()` method was called before view has been measured, which resulted in empty canvas

0 commit comments

Comments
 (0)