Skip to content

[HOTFIX] Inverted child inner view on android RTL. #2858

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

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

nitzanyiz
Copy link
Collaborator

Description

On #2831 I fixed the jumping bugs on android. In order to do that I inverted the ScrollView so we wont have to deal with index calculations. Inverting the ScrollView caused the children to also be inverted so I inverted them back in that case.

Changelog

Carousel - Fixed inversion on Android RTL.

Additional info

None

@nitzanyiz nitzanyiz requested a review from adids1221 December 18, 2023 10:23
@nitzanyiz nitzanyiz marked this pull request as ready for review December 18, 2023 10:30
Copy link
Contributor

@adids1221 adids1221 left a comment

Choose a reason for hiding this comment

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

As we spoke, the Hebrew bug is fixed here but there is another issue.
The carousel seems to invert the initial index in RTL mode on Android ( it will start on index 6 - for example instead of 1 or 0), please check it.
Great work

@Inbal-Tish Inbal-Tish added the Important for Next Release PR that must be included in the release version label Dec 20, 2023
Copy link
Contributor

@adids1221 adids1221 left a comment

Choose a reason for hiding this comment

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

Approved, the Hebrew bug does fixed great work.
Please open a ticket for the index issues in the Carousel on Android.

@adids1221 adids1221 merged commit 07df924 into master Dec 20, 2023
@nitzanyiz nitzanyiz deleted the fix/CraouselAndroidRTLViewInversion branch December 20, 2023 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Important for Next Release PR that must be included in the release version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants