genious7 / FanFictionReader

An android app that improves browsing Fan Fiction stories on a mobile device
GNU General Public License v3.0
56 stars 24 forks source link

prevent app crash in some download failures (from UncheckedIOException) #42

Closed orionlee closed 5 years ago

orionlee commented 5 years ago

Close #41

There are quite a few other places where the code uses Jsoup that might similarly throw UncheckedIOException.

If this approach is accepted, I can change the remaining Jsoup calls to follow the same pattern.