Skip to content

Don't flip parentheses on RTL languages#2406

Draft
eranl wants to merge 1 commit intoHeliBorg:mainfrom
eranl:fix-paren-flipping-samsung
Draft

Don't flip parentheses on RTL languages#2406
eranl wants to merge 1 commit intoHeliBorg:mainfrom
eranl:fix-paren-flipping-samsung

Conversation

@eranl
Copy link
Copy Markdown
Contributor

@eranl eranl commented Mar 25, 2026

Samsung phones seem to currently not require the flipping.

This is a draft meant to test this approach. If it works, we should probably add a setting or somehow detect automatically which phones need the flip.

Will fix #2232, fix #2333.

@Helium314
Copy link
Copy Markdown
Collaborator

Not just Samsing, both reports are Android 16. Maybe we could check e.g. Build.VERSION.SDK_INT >= 36 && Build.MANUFACTURER.equals("samsung", true).
Though possibly this should find Samsung's Android version, as I assume e.g. LineageOS on Samsung will not do the flip.

@Helium314
Copy link
Copy Markdown
Collaborator

But if this is also app dependent (as indicated in #2333 (comment)) then finding out what's going on will be terrible...

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.

Parentheses are flipped in Hebrew (RTL language) Parentheses are flipped in Hebrew (RTL language)

2 participants