Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tapping on link to toot, loads toot then returns to original post #405

Closed
rrgeorge opened this issue Apr 16, 2024 · 2 comments
Closed

Tapping on link to toot, loads toot then returns to original post #405

rrgeorge opened this issue Apr 16, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@rrgeorge
Copy link

Describe the bug
When a toot contains a link to another toot, tapping on it loads it, then returns to the original post. Tapping on it again loads it properly

To Reproduce
Steps to reproduce the behavior:

  1. Find a post in your timeline with a link to another post or mention
  2. Tap on the link
  3. Observe the behavior

Expected behavior
For the post/profile to load and stay there

Screenshots
Will update with video next time I encounter it.

(please complete the following information):

  • Device: iPhone 12 Pro
  • OS: iOS 17.4.1
  • App Version 1.7.2(106)

Additional context
I think it's probably because the app doesn't contain a cache of the linked post, so it's needing to fetch it. Which is why it doesn't do it when you tap the link a second time.

@VyrCossont VyrCossont added the bug Something isn't working label Apr 16, 2024
@VyrCossont
Copy link
Collaborator

I've seen it too and concur that it's probably nav cache related.

@VyrCossont VyrCossont self-assigned this May 9, 2024
VyrCossont added a commit that referenced this issue May 9, 2024
Context could be empty when loading a post by URL for the first time. Now it should not be empty in that case.

Fixes #405
@VyrCossont
Copy link
Collaborator

This should be fixed in build 109.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants