im facing a wired issue when using SwipeToDismissB...
# compose
t
im facing a wired issue when using SwipeToDismissBox i get an inverted swipe direction in a RTL localized device, anyone faced this before?
Screen Recording 2024-06-09 at 3.04.17 PM.mov
a
You can use CompositionLocalProvider to force LTR
t
that will missalign my content for RTL users. i still have to check if the layout is Rtl and then use compositionLocalProvider again on the content.
i wonder if its an issue or if the docs missed something because i looked everywhere
a
Yeah,I think it’s an issue. I think my solution is the only way to solve it