Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2f22858 authored by Steve Kondik's avatar Steve Kondik
Browse files

Fix error in StaticLayout.

parent 89176238
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -375,7 +375,7 @@ extends Layout
                        cur = d;

                    if (d == Character.DIRECTIONALITY_EUROPEAN_NUMBER)
                        chdirs[j] = DIRECTIONALITY_LEFT_TO_RIGHT;
                        chdirs[j] = Character.DIRECTIONALITY_LEFT_TO_RIGHT;
                }

                // dump(chdirs, n, "W7");