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

Room: Fix scrolling to bottom on back pagination #5697

Merged
merged 2 commits into from
Feb 25, 2022

Conversation

ismailgulek
Copy link
Contributor

Fix #5694 (won't be autoclosed)

Requires matrix-org/matrix-ios-sdk#1381

{
if (self.threadId)
{
// no need to reload the thread screen
return;
}
if (direction == MXTimelineDirectionBackwards)
Copy link
Contributor

Choose a reason for hiding this comment

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

As commented here I don't fully understand the relationship between direction and the creation of a thread. Does it mean something like where in the timeline the thread should be placed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've tried to explain it on your comment.

@github-actions
Copy link

github-actions bot commented Feb 24, 2022

📱 Scan the QR code below to install the build for this PR.
🔒 This build is for internal testing purpose. Only devices listed in the ad-hoc provisioning profile can install Element Alpha.

QR code

If you can't scan the QR code you can install the build via this link: https://i.diawi.com/yh2joc

@ismailgulek ismailgulek merged commit a87badf into hotfix/1.8.2 Feb 25, 2022
@ismailgulek ismailgulek deleted the ismail/5694_scroll_bottom_fix branch February 25, 2022 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants