Merge "Fix: SpellChecker subtype label cannot be updated." into nyc-dev am: 23f7dab

am: 0ed84f4

* commit '0ed84f431a13b6e3098b5c62c895b660d67abb4e':
  Fix: SpellChecker subtype label cannot be updated.

Change-Id: Ic2fa6c225ba844cef7abee913ac931f8578bd807
This commit is contained in:
Keisuke Kuroyanagi
2016-04-19 04:24:39 +00:00
committed by android-build-merger

View File

@@ -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 {