Merge "Fix: SpellChecker subtype label cannot be updated." into nyc-dev am: 23f7dab
am: 7a1480f
* commit '7a1480f162b05315e26fcd04295ca6c11f364b72':
Fix: SpellChecker subtype label cannot be updated.
Change-Id: I4f8749044aa3e3c1f5f79eda8d2f3acecdf54083
This commit is contained in:
@@ -113,7 +113,7 @@ public class SpellCheckersSettings extends SettingsPreferenceFragment
|
||||
mSwitchBar.setChecked(isSpellCheckerEnabled);
|
||||
|
||||
final SpellCheckerSubtype currentScs;
|
||||
if (mCurrentSci == null) {
|
||||
if (mCurrentSci != null) {
|
||||
currentScs = mTsm.getCurrentSpellCheckerSubtype(
|
||||
false /* allowImplicitlySelectedSubtype */);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user