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

Commit f491e2cf authored by Eran Mizrahi's avatar Eran Mizrahi
Browse files

Fix display of suggestions in RTL langauges (i.e. Hebrew).

Change-Id: I62531786469cbe7109723b25438387c750811908
parent bd315d9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -270,7 +270,7 @@ public class CandidateView extends View {
            }

            if (canvas != null) {
                canvas.drawText(suggestion, 0, wordLength, x + wordWidth / 2, y, paint);
                canvas.drawText(suggestion.toString(), 0, wordLength, x + wordWidth / 2, y, paint);
                paint.setColor(mColorOther);
                canvas.translate(x + wordWidth, 0);
                // Draw a divider unless it's after the hint