Loading core/java/android/view/textservice/TextServicesManager.java +5 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,11 @@ public final class TextServicesManager { throw new IllegalArgumentException("Locale should not be null if you don't refer" + " settings."); } if (referToSpellCheckerLanguageSettings && !isSpellCheckerEnabled()) { return null; } final SpellCheckerInfo sci; try { sci = sService.getCurrentSpellChecker(null); Loading Loading
core/java/android/view/textservice/TextServicesManager.java +5 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,11 @@ public final class TextServicesManager { throw new IllegalArgumentException("Locale should not be null if you don't refer" + " settings."); } if (referToSpellCheckerLanguageSettings && !isSpellCheckerEnabled()) { return null; } final SpellCheckerInfo sci; try { sci = sService.getCurrentSpellChecker(null); Loading