proxer / ProxerAndroid

The official Android App of Proxer.Me
https://proxer.me
GNU General Public License v3.0
121 stars 20 forks source link

A bookmark appeared twice. #35

Closed seyfahni closed 4 years ago

seyfahni commented 4 years ago

Screenshot_20200910-085621 Both solo leveling bookmarks worked, pointing to the same chapter. After I read the chapter and moved my bookmark to the next one both vanished (because I only show unread chapters).

Reloading the bookmarks didn't solve this issue. Now that I changed the bookmarked chapter I can't reproduce the issue, even when changing back the bookmark.

MeikelLP commented 4 years ago

From what I've seen: This is a server side issue. I had this issue before but it's on the "web app" as well.

seyfahni commented 4 years ago

That seems quite plausible. You can close this issue if you want to, just thought it might be worth reporting.

MeikelLP commented 4 years ago

Let's see what @rubengees has to say

rubengees commented 4 years ago

Thanks for the report, it's as @MeikelLP says. Nothing the app really can do about this.

MeikelLP commented 4 years ago

I mean you could add a distinct() of some kind to the list ?

rubengees commented 4 years ago

That breaks the pagination, since that is based on the amount of items per Page. If we reduce that by 1 in case of a duplicate, the next page would never be loaded.

You could propably work around that, but I think it's not really worth the effort.