You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build an extension for tachiyomi and facing some issues with the method fetchSearchManga. The method call is not consistent. From what I assume is the correct behavior I can see that the method should be called when a user manually enters something in the search box and presses the search button. Another scenario when it is called is when we click on one of the genres.
But the called to this method is not consistent. I can see that the method gets called sometimes but not during other times. Till now I have not found any reason as to why it would not be called. Are there any known reasons why this would happen. If so are they bugs or by design
I did not where this issue would go but it seemed like an extensions-lib issue so I am raising it here
Update 1:
I found out that this is only a problem in Latest page and works properly in Browse page
The text was updated successfully, but these errors were encountered:
I am trying to build an extension for tachiyomi and facing some issues with the method
fetchSearchManga
. The method call is not consistent. From what I assume is the correct behavior I can see that the method should be called when a user manually enters something in the search box and presses the search button. Another scenario when it is called is when we click on one of the genres.But the called to this method is not consistent. I can see that the method gets called sometimes but not during other times. Till now I have not found any reason as to why it would not be called. Are there any known reasons why this would happen. If so are they bugs or by design
I did not where this issue would go but it seemed like an
extensions-lib
issue so I am raising it hereUpdate 1:
I found out that this is only a problem in
Latest
page and works properly inBrowse
pageThe text was updated successfully, but these errors were encountered: