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

[BUG] Crash before maximum toot lenght is reached #1345

Closed
1 task done
likethegoddess opened this issue Sep 25, 2024 · 3 comments
Closed
1 task done

[BUG] Crash before maximum toot lenght is reached #1345

likethegoddess opened this issue Sep 25, 2024 · 3 comments
Labels
Bug Something isn't working

Comments

@likethegoddess
Copy link

Is there an existing issue for this?

  • I have searched the issues (both open and closed)

Current Behavior

Note: This issue only appears when the display is set to larger text.

When creating a new post, I can only type a few lines of text before the app freezes entirely.

IMG_3603

Expected Behavior

I expect to be able to type up to the character limit.

Steps To Reproduce

  1. Go to Settings > Display & Brightness > Display, and set Display Zoom to Larger Text
  2. Launch app and start creating a post

Environment

- Device:iPhone 15
- OS: iOS
- Version: 17.6.1
- Build:

Anything else?

No response

@likethegoddess likethegoddess added Bug Something isn't working Needs Triage labels Sep 25, 2024
@christianbilodeau
Copy link

👋 I had a look at this one by curiosity, there are some logged errors when this screen is shown: Attempted to access the table view's visibleCells while they were in the process of being updated, which is not allowed.

Maybe this will help someone: there is a block responsible for updating the cell height when the viewmodel contentCellFrame changes. It's accessing the TV visibleCells here. If the block is commented out, the error log disappears and the app doesn't freeze. I'm not sure about the purpose of the cell height update, I couldn't notice the behavior on my phone 🤔

@christianbilodeau
Copy link

It's the same problem as this one.
See this reply for what I'm referring to in my previous comment.

@whattherestimefor
Copy link
Contributor

Duplicate of #705

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

3 participants