fix: conversation list reloading and scrolling when navigating back [WPB-25642]#4845
Merged
Merged
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #4845 +/- ##
========================================
Coverage 51.21% 51.21%
========================================
Files 611 611
Lines 21159 21160 +1
Branches 3403 3403
========================================
+ Hits 10837 10838 +1
Misses 9307 9307
Partials 1015 1015
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
ohassine
approved these changes
May 20, 2026
MohamadJaara
approved these changes
May 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



https://wearezeta.atlassian.net/browse/WPB-25642
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
Issues
Conversation list is reloading each time user navigates back from the conversation.
When the list is first scrolled before navigating to conversation, then it’s scrolled back to top when going back.
Search top bar is showing and hiding instantly when navigating back to the conversation list if it was scrolled before.
Solutions
shareInfor the flow -LazyPagingItemschecks for theSharedFlowto getcachedPagingDataLazyListStateso that the loading screen doesn't use the same one as the regular list and doesn't modify its valuesisSearchVisibleparameter for the search top barTesting
Test Coverage (Optional)
How to Test
Attachments (Optional)
Screen_recording_20260513_154219.1.mp4
Screen_recording_20260519_195228.mp4
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.