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 always jumps to the bottom of the timeline #8090 #8152

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

ganfra
Copy link
Member

@ganfra ganfra commented Feb 21, 2023

Fix #8090
The regression came from this #7734
I've checked it was still fixing the related notification issue ^

@ganfra ganfra added the Z-NextRelease For issues and PRs which should be included in the NextRelease. label Feb 21, 2023
Copy link
Member

@jmartinesp jmartinesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, we just need to fix the lint issues.

@ganfra ganfra force-pushed the feature/fga/fix_timeline_position_loss branch from 382abdc to 84cb6e7 Compare February 21, 2023 10:52
@sonarcloud
Copy link

sonarcloud bot commented Feb 21, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@ganfra ganfra merged commit 9541d75 into develop Feb 21, 2023
@ganfra ganfra deleted the feature/fga/fix_timeline_position_loss branch February 21, 2023 13:51
Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!

@@ -1038,7 +1039,6 @@ class TimelineFragment :
timelineEventController.callback = this
timelineEventController.timeline = timelineViewModel.timeline

views.timelineRecyclerView.trackItemsVisibilityChange()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am wondering if this extension is correct since we never detach the tracker...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Z-NextRelease For issues and PRs which should be included in the NextRelease.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Element Android always jumps to the bottom of the timeline
3 participants