Hi, thanks for the feedback! I think this might be related to caching and the app switching from keeping images in memory versus loading from storage. Does this also happen on list views for you? Asking because list view images are much smaller.
I'm keeping a timestamp locally of when a post is last viewed and highlighting everything newer than that timestamp.
If you use multiple apps it might not be accurate but I couldn't find a way to access this information from the API.
Hi, thanks for the feedback and I've added highlights as an experimental setting in v163.
I'm still playing with the logic and highlight color so it might change more in the future. That information doesn't come through the API so I'm saving a timestamp of when a post is viewed and any comments newer than the timestamp are highlighted.
Cheers! Glad you're enjoying the app :)