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

Commit c1761e7f authored by Gilles Debunne's avatar Gilles Debunne
Browse files

Fixed build after merge

Change-Id: Ifac89a70afa82047d97994860c6e58954f5d91d0
parent f08403ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ public class SpellChecker implements SpellCheckerSessionListener {
                    final int length = mSpellParsers.length;
                    for (int i = 0; i < length; i++) {
                        final SpellParser spellParser = mSpellParsers[i];
                        if (!spellParser.isFinished()) {
                        if (!spellParser.isParsing()) {
                            spellParser.parse();
                            break; // run one spell parser at a time to bound running time
                        }