-
Notifications
You must be signed in to change notification settings - Fork 60
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
Layout Direction bug after split-screen mode #39
Comments
I'd highly appreciate it if you could create a small sample project reproducing the issue. Otherwise, it's hard to find out the cause of the issue without looking into details of your implementation. Thanks in advance! |
I've created a sample repo for this: |
I have the same issue too. |
@YarikSOffice did you see the sample? |
I have the same issue when app goes landscape. The layout direction changed to system setting after changing direction. |
UpdateLocaleDelegate class doesn't have this : |
@Kolyall I don't think I'd help since |
I've given it a few tries, but haven't found a solution yet. Marking the bug as a known issue for now. |
Any update on this? |
I haven't found any solution yet. If you provide a sample project, I can check whether your issue is related to this bug. |
I've set the locale with this code:
Lingver.getInstance().setLocale(requireContext(), "fa")
It use
RTL
layout direction. Everything works great, but when I use the app in split screen mode and then maximize it again layout direction resets toLTR
(but it uses farsi strings).How can I fix the issue?
The text was updated successfully, but these errors were encountered: