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

Fix ChatView TableView crash when scrolling to bottom #737

Merged

Conversation

rasmustautsglia
Copy link
Contributor

@rasmustautsglia rasmustautsglia commented Aug 25, 2023

This PR resolves a race condition that caused a crash when scrolling to the bottom. The issue stemmed from outdated section row count data, leading the system to believe a section had rows when, in actuality, it didn't.

This PR also removes the method scrollToTop as it wasn't used anywhere

MOB-2578

@rasmustautsglia
Copy link
Contributor Author

!squash

This PR resolves a race condition that caused a crash when scrolling to the bottom.
The issue stemmed from outdated section row count data, leading the system to
believe a section had rows when, in actuality, it didn't.

MOB-2578
@sm-deployer sm-deployer force-pushed the Fix-TableView-crash-when-scrolling-to-bottom branch from d036829 to 642663e Compare August 25, 2023 08:53
@rasmustautsglia rasmustautsglia merged commit 6fc9e98 into development Aug 25, 2023
1 check passed
@rasmustautsglia rasmustautsglia deleted the Fix-TableView-crash-when-scrolling-to-bottom branch August 25, 2023 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants