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

Commit f84d3d2e authored by Eyad Aboulouz's avatar Eyad Aboulouz
Browse files

Removes the need for fixing of paranthesis directionin RTL languages

as it is now done at the OS layer as per Change I8743a344

Change-Id: I044cf0abbada6bbe5bbc0c56b71cc44e33242fe6
parent 38a03928
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1471,12 +1471,6 @@ public class LatinIME extends InputMethodService
            postUpdateSuggestions();
        }

        // fix for parenthesis in RTL langauges:
        // TODO: Add further RTL langauges which need parenthesis correction:
        String iso3lang = mLanguageSwitcher.getInputLocale().getISO3Language();
        if (primaryCode < 0x100 && iso3lang.equals("heb"))
                primaryCode = AndroidCharacter.getMirror((char)primaryCode);

        boolean pickedDefault = false;
        // Handle separator
        InputConnection ic = getCurrentInputConnection();