this post was submitted on 10 Mar 2025
3 points (100.0% liked)

Arctic

560 readers
1 users here now

Arctic is a Lemmy client for iOS built on pure Swift. It currently supports iOS 15+ and Lemmy v0.17+

Get the latest version on TestFlight, or check it out on the AppStore.

If you would like to support Arctic’s development, feel free to Buy Me A Coffee

founded 2 years ago
MODERATORS
 

Another obscure glitch with blocking and unblocking.

To make the glitch occur, go to a community, then go to one of its posts, and go to the same community again from the link on that post. If you block or unblock that community and then press the Back button at the top left twice, the original community screen you started on will retain the original blocked/unblocked action, rather than the updated one.

I put a GIF illustrating the menu saying "Block" rather than "Unblock", but testing indicated that the reverse case can also make the menu say "Unblock" rather than "Block".

Block/Unblock Glitch Example

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 4 weeks ago

This is definitely a caching issue. That menu is updated only as needed, but does not check for external changes. I'm going to update that so it is not cached and rechecks its state when opened.