Daggerpov / Quote-Droplet-iOS

iOS app that serves quotes through its feed, search, widgets, and notifications (Available on iOS App Store).
https://apps.apple.com/app/quote-droplet/id6455084603
1 stars 0 forks source link

Bug: quote like count inconsistencies #123

Open Daggerpov opened 5 hours ago

Daggerpov commented 5 hours ago

Maybe this isn't vital, since the quote like counts were resetting to 0 upon navigating to a different screen, but were re-generated again upon scrolling. Hard to reproduce; will need to investigate further. I believe that it has to do with the SingleQuoteView retrieval of quote like count

Daggerpov commented 4 hours ago

Better, but still sometimes just loading in 0, when there really should be a like count. So, the solution should be to asynchronously load in the like count, instead of setting it to 0 then ignoring the async call to the API.

Daggerpov commented 3 hours ago

First of all, instead of 0, I should just not display the like count next to the quote