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

dont cancel request if an ad fails to load #81

Closed icewind1991 closed 2 years ago

icewind1991 commented 2 years ago

If ad blocking is in place on the device or network, trying to load any page that contains an add will currently trigger a "Failed to connect to server" because the network error of the blocked ad will be seen as a failure to load the page.

This is a very hacky workaround and something more reliable for detecting when an error can be ignored should probably be created. But it is enough to make things work for me™ for now.