calvinaquino / LNReader-Android

Light novel reader for android test project collab
Apache License 2.0
120 stars 36 forks source link

(Possible) Bug in saving external pages #291

Open takase1121 opened 5 years ago

takase1121 commented 5 years ago

I found out that when you first load an external page, the page saved is empty. However if you reload the page and manually save it again, its not empty anymore and saves it properly. What I am thinking about here is maybe the 'save page' function was executed before page done loading.

takase1121 commented 5 years ago

Also when loading the page the toast shows up first before the content loaded. This also supports my opinion.

Nandaka commented 5 years ago

most likely because of redirection to mobile page, so it saved the redir page, rather that nthe actual content.

takase1121 commented 5 years ago

i see that sounds reasonable